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