mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 15:27:24 +01:00
No need for this log
This commit is contained in:
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user