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