mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 18:36:23 +02:00
Avoids logging all REQs by default.
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user