From 326f059d1e3e83a9f7ef2a8306c913a277a75278 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 18 Nov 2025 16:00:28 -0500 Subject: [PATCH] Removes logging for connected and available relay dump --- .../java/com/vitorpamplona/amethyst/DebugUtils.kt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/DebugUtils.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/DebugUtils.kt index 78a12f4bb..178950005 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/DebugUtils.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/DebugUtils.kt @@ -58,17 +58,6 @@ fun debugState(context: Context) { Log.d(STATE_DUMP_TAG, "Memory Class $memClass MB (largeHeap $isLargeHeap)") } - Log.d( - STATE_DUMP_TAG, - "Connected Relays: " + - Amethyst.instance.client - .relayStatusFlow() - .value.connected.size + "/" + - Amethyst.instance.client - .relayStatusFlow() - .value.available.size, - ) - Log.d( STATE_DUMP_TAG, "Indexed Relays: " +