mirror of https://github.com/M66B/FairEmail.git
Removed logging
This commit is contained in:
parent
1fa5c7cb59
commit
fd6cb26068
|
@ -164,8 +164,8 @@ public final class ShortcutBadgerAlt {
|
|||
}
|
||||
|
||||
if (sIsBadgeCounterSupported == null) {
|
||||
Log.w(LOG_TAG, "Badge counter seems not supported for this platform: "
|
||||
+ lastErrorMessage);
|
||||
//Log.w(LOG_TAG, "Badge counter seems not supported for this platform: "
|
||||
// + lastErrorMessage);
|
||||
sIsBadgeCounterSupported = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue