Disabling log messages

This commit is contained in:
Vitor Pamplona 2023-12-14 10:39:16 -05:00
parent 9554b36f80
commit 3734ee58ea

View File

@ -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)
}