Disabling log messages
This commit is contained in:
@@ -359,7 +359,7 @@ class Relay(
|
|||||||
checkNotInMainThread()
|
checkNotInMainThread()
|
||||||
|
|
||||||
val msg = """["CLOSE","$subscriptionId"]"""
|
val msg = """["CLOSE","$subscriptionId"]"""
|
||||||
Log.d("Relay", "Close Subscription $url $msg")
|
// Log.d("Relay", "Close Subscription $url $msg")
|
||||||
socket?.send(msg)
|
socket?.send(msg)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user