From 5975130824c5e94fea5a913de89b51f62cc75033 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Fri, 10 Oct 2025 10:51:09 -0400 Subject: [PATCH] Avoids logging at the BasicOkHttp level --- .../nip01Core/relay/sockets/okhttp/BasicOkHttpWebSocket.kt | 1 - 1 file changed, 1 deletion(-) 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.