mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Removed logging
This commit is contained in:
parent
bac28a9b05
commit
0a1e84dffe
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue