mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 06:45:18 +00:00
- Replaced all print() calls with appropriate SecureLogger.log() calls - Used proper categories: noise, encryption, session, security - Applied appropriate log levels: debug, info, warning, error - Converted 25 prints in BluetoothMeshService.swift - Converted 1 print in ChatViewModel.swift - Converted 8 prints in DeliveryTracker.swift - Test files kept as-is for debugging purposes - Verified successful build on iOS This improves security by using structured logging that can filter sensitive data. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>