mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +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);
|
Throwable ex = new Throwable("Badger=" + sShortcutBadger.getClass(), e);
|
||||||
eu.faircode.email.EntityLog.log(context, ex + "\n" + Log.getStackTraceString(ex));
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue