chore: Removed unused log.

This commit is contained in:
aminecmi 2023-05-27 21:01:43 +02:00
parent 718fe7c5ee
commit 495591159f

View File

@ -74,7 +74,6 @@ class ReaderActivity : AppCompatActivity(), DIAware {
try { try {
readItem(allItems[currentItem]) readItem(allItems[currentItem])
} catch (e: IndexOutOfBoundsException) { } catch (e: IndexOutOfBoundsException) {
e.sendSilentlyWithAcraWithName("out of bound > size = ${allItems.size} currentItem = $currentItem")
finish() finish()
} }