1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 07:01:05 +00:00

Removed logging

This commit is contained in:
M66B 2023-12-12 15:10:34 +01:00
parent bac28a9b05
commit 0a1e84dffe

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;
}
}