removes unecessary log

This commit is contained in:
Vitor Pamplona
2026-01-05 16:01:39 -05:00
parent a9df6fcc61
commit 1835c2238e
@@ -1106,7 +1106,6 @@ object LocalCache : ILocalCache {
val new = consumeBaseReplaceable(event, relay, wasVerified)
if (new) {
println("AABBCC New ContactCard about ${event.aboutUser()}")
val about = checkGetOrCreateUser(event.aboutUser()) ?: return new
about.cards().addCard(note)
}