Remove accidentally retained debug logging.
diff --git a/lib/src/main/java/com/artifex/mupdf/viewer/DocumentActivity.java b/lib/src/main/java/com/artifex/mupdf/viewer/DocumentActivity.java
index 01af79e..3b336fe 100644
--- a/lib/src/main/java/com/artifex/mupdf/viewer/DocumentActivity.java
+++ b/lib/src/main/java/com/artifex/mupdf/viewer/DocumentActivity.java
@@ -242,7 +242,6 @@
 					core = openCore(uri, size, mimetype);
 					SearchTaskResult.set(null);
 				} catch (Exception x) {
-					Log.e(APP, Log.getStackTraceString(x));
 					String reason = x.toString();
 					Resources res = getResources();
 					AlertDialog alert = mAlertBuilder.create();