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

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

NetworkNotificationManager: remove spammy log am: 1f0d972e

am: f294cdeb

Change-Id: I2b9b1b52e11ddf784244eedf1311f3b015841215
parents 1fd9c8d3 f294cdeb
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -221,11 +221,10 @@ public class NetworkNotificationManager {
    }
    }


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