mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 11:45:19 +00:00
Fix unused variable warnings
- Remove unused keyData debug logging variables - Clean up leftover debug logging comments
This commit is contained in:
@@ -722,8 +722,7 @@ class BluetoothMeshService: NSObject {
|
||||
// Encrypt the content
|
||||
guard let contentData = content.data(using: .utf8) else { return }
|
||||
|
||||
// Debug logging
|
||||
let keyData = roomKey.withUnsafeBytes { Data($0) }
|
||||
// Debug logging removed
|
||||
|
||||
do {
|
||||
let sealedBox = try AES.GCM.seal(contentData, using: roomKey)
|
||||
|
||||
Reference in New Issue
Block a user