mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-27 06:45:22 +00:00
Remove grey overlay and reduce logging noise
- Removed grey background overlay during sidebar slide-over for cleaner UI - Removed excessive logging while keeping critical error/security logs - Kept only: error conditions, connection events, panic mode, security events - Significantly reduced console noise for better production readiness
This commit is contained in:
@@ -73,7 +73,7 @@ class EncryptionService {
|
||||
let identityKey = try Curve25519.Signing.PublicKey(rawRepresentation: identityKeyData)
|
||||
peerIdentityKeys[peerID] = identityKey
|
||||
|
||||
print("[CRYPTO] Stored all three keys for peer \(peerID)")
|
||||
// Stored all three keys for peer
|
||||
|
||||
// Generate shared secret for encryption
|
||||
if let publicKey = peerPublicKeys[peerID] {
|
||||
|
||||
Reference in New Issue
Block a user