mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-26 12:45:19 +00:00
Fix syntax error: remove stray else/log inserted into writeOrEnqueue; keep logs clean
This commit is contained in:
@@ -212,8 +212,6 @@ final class BLEService: NSObject {
|
|||||||
self.collectionsQueue.async(flags: .barrier) {
|
self.collectionsQueue.async(flags: .barrier) {
|
||||||
self.pendingPeripheralWrites[uuid, default: []].append(data)
|
self.pendingPeripheralWrites[uuid, default: []].append(data)
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
SecureLogger.log("📡 Reachable via mesh (relayed announce): \(announcement.nickname) ttl=\(packet.ttl)", category: SecureLogger.session, level: .debug)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user