diff --git a/quartz/src/jvmAndroid/kotlin/com/vitorpamplona/quartz/nip01Core/relay/sockets/okhttp/BasicOkHttpWebSocket.kt b/quartz/src/jvmAndroid/kotlin/com/vitorpamplona/quartz/nip01Core/relay/sockets/okhttp/BasicOkHttpWebSocket.kt index 36e99b570..08cb79a42 100644 --- a/quartz/src/jvmAndroid/kotlin/com/vitorpamplona/quartz/nip01Core/relay/sockets/okhttp/BasicOkHttpWebSocket.kt +++ b/quartz/src/jvmAndroid/kotlin/com/vitorpamplona/quartz/nip01Core/relay/sockets/okhttp/BasicOkHttpWebSocket.kt @@ -81,7 +81,6 @@ class BasicOkHttpWebSocket( webSocket: OkHttpWebSocket, text: String, ) { - Log.d("OkHttpWebsocketListener", "Processing: $text") // Asynchronously send the received message to the channel. // `trySendBlocking` is used here for simplicity within the callback, // but it's important to understand potential thread blocking if the buffer is full.