commit | d2b71e78fcb222ef9b063e63c5a0e54aeb6952a2 | [log] [tgz] |
---|---|---|
author | Sebastian Rasmussen <sebras@gmail.com> | Wed Jun 22 03:49:37 2022 +0200 |
committer | Sebastian Rasmussen <sebras@gmail.com> | Wed Jun 22 04:01:57 2022 +0200 |
tree | a9bc10b469ca250a585b50dbb3060ab780c9e53b | |
parent | d9fc37d20edf6862c83c2e96c2e56faa29095eaf [diff] |
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();