mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 23:06:24 +02:00
Removes unnecessary log
This commit is contained in:
@@ -1094,9 +1094,7 @@ object LocalCache {
|
|||||||
if (version.event?.id() == event.id()) return
|
if (version.event?.id() == event.id()) return
|
||||||
|
|
||||||
// makes sure the OTS has a valid certificate
|
// makes sure the OTS has a valid certificate
|
||||||
val verif = event.cacheVerify()
|
if (event.cacheVerify() is VerificationState.Error) return // no valid OTS
|
||||||
Log.d("AABBCC", "" + verif)
|
|
||||||
if (verif is VerificationState.Error) return // no valid OTS
|
|
||||||
|
|
||||||
if (version.event == null) {
|
if (version.event == null) {
|
||||||
version.loadEvent(event, author, emptyList())
|
version.loadEvent(event, author, emptyList())
|
||||||
|
Reference in New Issue
Block a user