removes log

This commit is contained in:
Vitor Pamplona
2025-09-24 12:43:15 -04:00
parent 06f94150f9
commit ed7fa2a80f

View File

@@ -55,9 +55,7 @@ fun filterFindUserMetadataForKey(
authors.forEach { key ->
val relays =
key.authorRelayList()?.writeRelaysNorm()
?: (key.relaysBeingUsed.keys + LocalCache.relayHints.hintsForKey(key.pubkeyHex) + indexRelays)
.ifEmpty { null }
?.also { println("Using relay hints ${it.size} for ${key.pubkeyHex}") }
?: (key.relaysBeingUsed.keys + LocalCache.relayHints.hintsForKey(key.pubkeyHex) + indexRelays).ifEmpty { null }
?: defaultRelays.toList()
relays.forEach {