Removed logging

pull/214/head
M66B 9 months ago
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…
Cancel
Save