mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +00:00
Removes unnecessary println
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user