mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-23 23:36:23 +02:00
removes logs
This commit is contained in:
@@ -237,9 +237,6 @@ open class BasicRelayClient(
|
||||
text: String,
|
||||
onConnected: () -> Unit,
|
||||
) {
|
||||
if (text.contains("2e9244f75b36d47116b8c8bd5c4ea4d29fb1a3d64688d2524156af34c6124dc3")) {
|
||||
Log.d(logTag, "AABBCC Receiving: $text")
|
||||
}
|
||||
// Log.d(logTag, "Receiving: $text")
|
||||
stats.addBytesReceived(text.bytesUsedInMemory())
|
||||
|
||||
|
Reference in New Issue
Block a user