Removed logging

pull/214/head
M66B 11 months ago
parent 1fa5c7cb59
commit fd6cb26068

@ -164,8 +164,8 @@ public final class ShortcutBadgerAlt {
} }
if (sIsBadgeCounterSupported == null) { if (sIsBadgeCounterSupported == null) {
Log.w(LOG_TAG, "Badge counter seems not supported for this platform: " //Log.w(LOG_TAG, "Badge counter seems not supported for this platform: "
+ lastErrorMessage); // + lastErrorMessage);
sIsBadgeCounterSupported = false; sIsBadgeCounterSupported = false;
} }
} }

Loading…
Cancel
Save