chore: Removed unused log.
This commit is contained in:
parent
718fe7c5ee
commit
495591159f
@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user