mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 13:17:34 +01:00
removes log
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user