mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 22:56:30 +02:00
removes unecessary logs
This commit is contained in:
@@ -583,15 +583,12 @@ class Account(
|
||||
|
||||
val commonRelaysToMe = authorWriteRelays.filter { it in defaultSet }
|
||||
if (commonRelaysToMe.isNotEmpty()) {
|
||||
println("Assemble NIP65 Refined: $author ${commonRelaysToMe.joinToString(", ") { it }}")
|
||||
event.pubKey to commonRelaysToMe
|
||||
} else {
|
||||
println("Assemble NIP65 Default: $author ${defaultSet.size}")
|
||||
event.pubKey to defaultRelayList
|
||||
}
|
||||
} else {
|
||||
if (author != null) {
|
||||
println("Assemble NIP65 Default: $author ${defaultSet.size}")
|
||||
author to defaultRelayList
|
||||
} else {
|
||||
Log.e("Account", "This author should NEVER be null. Note: ${it.idHex}")
|
||||
|
Reference in New Issue
Block a user