Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f294cdeb authored by Hugo Benichi's avatar Hugo Benichi Committed by android-build-merger
Browse files

NetworkNotificationManager: remove spammy log

am: 1f0d972e

Change-Id: I01785760854cd040c0d09f76e3832bbb7986dc4e
parents 9926363b 1f0d972e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -221,11 +221,10 @@ public class NetworkNotificationManager {
    }

    public void clearNotification(int id) {
        final String tag = tagFor(id);
        if (mNotificationTypeMap.indexOfKey(id) < 0) {
            Slog.e(TAG, "cannot clear unknown notification with tag=" + tag);
            return;
        }
        final String tag = tagFor(id);
        final int eventId = mNotificationTypeMap.get(id);
        if (DBG) {
            Slog.d(TAG, String.format("clearing notification tag=%s event=%s", tag,