mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-03 09:28:18 +02:00
Removes unnecessary println
This commit is contained in:
parent
caa170f78e
commit
4e53a9fda0
@ -142,7 +142,7 @@ class Note(val idHex: String) {
|
||||
|
||||
fun isZappedBy(user: User): Boolean {
|
||||
// Zaps who the requester was the user
|
||||
return zaps.any { println(it.key.author?.toBestDisplayName()); it.key.author == user }
|
||||
return zaps.any { it.key.author == user }
|
||||
}
|
||||
|
||||
fun isReactedBy(user: User): Boolean {
|
||||
|
Loading…
x
Reference in New Issue
Block a user