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