Skip to content

Commit cf8031b

Browse files
Remove unused comment
1 parent d240e3c commit cf8031b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/TimelineItemFactory.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ class TimelineItemFactory @Inject constructor(
138138
}
139139
}.also {
140140
if (it != null && event.isEncrypted()) {
141-
// Timber.i("----> ${event.eventId} encryption error found")
142141
decryptionFailureTracker.e2eEventDisplayedInTimeline(event)
143142
}
144143
}

0 commit comments

Comments
 (0)