1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 05:34:51 +00:00

Removed logging

This commit is contained in:
M66B 2023-12-12 17:50:21 +01:00
parent 1fa5c7cb59
commit fd6cb26068

View file

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