mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 08:07:26 +01:00
Disabling log messages
This commit is contained in:
@@ -359,7 +359,7 @@ class Relay(
|
||||
checkNotInMainThread()
|
||||
|
||||
val msg = """["CLOSE","$subscriptionId"]"""
|
||||
Log.d("Relay", "Close Subscription $url $msg")
|
||||
// Log.d("Relay", "Close Subscription $url $msg")
|
||||
socket?.send(msg)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user