mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-10 14:23:10 +02:00
Only shows debug relay writes in DEBUG
This commit is contained in:
@@ -512,7 +512,9 @@ class Relay(
|
|||||||
it.send(str)
|
it.send(str)
|
||||||
RelayStats.addBytesSent(url, str.bytesUsedInMemory())
|
RelayStats.addBytesSent(url, str.bytesUsedInMemory())
|
||||||
|
|
||||||
Log.d("Relay", "Relay send $url $str")
|
if (BuildConfig.DEBUG) {
|
||||||
|
Log.d("Relay", "Relay send $url $str")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user