Removed logging

This commit is contained in:
M66B 2023-12-12 15:10:34 +01:00
parent bac28a9b05
commit 0a1e84dffe
1 changed files with 0 additions and 3 deletions

View File

@ -86,9 +86,6 @@ public final class ShortcutBadgerAlt {
Throwable ex = new Throwable("Badger=" + sShortcutBadger.getClass(), e);
eu.faircode.email.EntityLog.log(context, ex + "\n" + Log.getStackTraceString(ex));
}
if (Log.isLoggable(LOG_TAG, Log.DEBUG)) {
Log.d(LOG_TAG, "Unable to execute badge", e);
}
return false;
}
}