Removes logging for connected and available relay dump

This commit is contained in:
Vitor Pamplona
2025-11-18 16:00:28 -05:00
parent ae22f4685d
commit 326f059d1e
@@ -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: " +