Remove unused comment

This commit is contained in:
ariskotsomitopoulos 2022-04-21 17:14:25 +03:00
parent d240e3c453
commit cf8031bbc6
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ class TimelineItemFactory @Inject constructor(
}
}.also {
if (it != null && event.isEncrypted()) {
// Timber.i("----> ${event.eventId} encryption error found")
decryptionFailureTracker.e2eEventDisplayedInTimeline(event)
}
}