mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-24 22:45:19 +00:00
Remove debug logging
This commit is contained in:
@@ -527,8 +527,6 @@ class BluetoothMeshService: NSObject {
|
||||
room: room
|
||||
)
|
||||
|
||||
print("[DEBUG-SEND] Creating message with room: \(room ?? "nil")")
|
||||
|
||||
if let messageData = message.toBinaryPayload() {
|
||||
// Sign the message payload (no encryption for broadcasts)
|
||||
let signature: Data?
|
||||
@@ -1200,7 +1198,6 @@ class BluetoothMeshService: NSObject {
|
||||
|
||||
// Parse broadcast message (not encrypted)
|
||||
if let message = BitchatMessage.fromBinaryPayload(packet.payload) {
|
||||
print("[DEBUG-RECV] Received message with room: \(message.room ?? "nil"), content: \(message.content)")
|
||||
|
||||
// Store nickname mapping
|
||||
peerNicknamesLock.lock()
|
||||
|
||||
Reference in New Issue
Block a user