No need for this log

This commit is contained in:
Vitor Pamplona
2025-09-11 18:53:03 -04:00
parent c9dc30d976
commit 35a123a185

View File

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