Skip to content

Commit 0683d48

Browse files
committed
Removed exception
1 parent 690ae78 commit 0683d48

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/AztecExceptionHandler.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,7 @@ class AztecExceptionHandler(private var logHelper: WeakReference<ExceptionHandle
6464
if (detected) {
6565
visualEditor.get()?.externalLogger?.logException(DynamicLayoutGetBlockIndexOutOfBoundsException("Error #8828", ex))
6666
}
67-
// See: https://github.com/wordpress-mobile/AztecEditor-Android/issues/880
68-
} else if (ex is java.lang.IllegalArgumentException && ex.message?.contains("Center point is not inside any of the rectangles") == true) {
69-
visualEditor.get()?.externalLogger?.logException(ex)
70-
return
7167
}
72-
7368
rootHandler?.uncaughtException(thread, ex)
7469
}
7570

0 commit comments

Comments
 (0)