diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/LocalCache.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/LocalCache.kt index dd32d0ecf..1e38d1de3 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/LocalCache.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/LocalCache.kt @@ -1094,9 +1094,7 @@ object LocalCache { if (version.event?.id() == event.id()) return // makes sure the OTS has a valid certificate - val verif = event.cacheVerify() - Log.d("AABBCC", "" + verif) - if (verif is VerificationState.Error) return // no valid OTS + if (event.cacheVerify() is VerificationState.Error) return // no valid OTS if (version.event == null) { version.loadEvent(event, author, emptyList())