Moves logging out of quartz Relay class

This commit is contained in:
Vitor Pamplona
2025-04-30 14:00:08 -04:00
parent 43b761c98c
commit 9c79ef08c7
5 changed files with 144 additions and 4 deletions
@@ -418,8 +418,6 @@ class SimpleClientRelay(
val result = it.send(str)
listener.onSend(this@SimpleClientRelay, str, result)
stats.addBytesSent(str.bytesUsedInMemory())
Log.d("Relay", "Relay send $url (${str.length} chars) $str")
}
}