Avoids logging all REQs by default.

This commit is contained in:
Vitor Pamplona
2025-07-07 17:19:37 -04:00
parent ed2d7f57c5
commit d084714a21

View File

@@ -415,7 +415,7 @@ open class BasicRelayClient(
)
}
socket?.let {
Log.d(logTag, "Sending: $str")
// Log.d(logTag, "Sending: $str")
val result = it.send(str)
listener.onSend(this@BasicRelayClient, str, result)
stats.addBytesSent(str.bytesUsedInMemory())