NetworkNotificationManager: remove spammy log

am: 02e5966fac

Change-Id: I01785760854cd040c0d09f76e3832bbb7986dc4e
This commit is contained in:
Hugo Benichi
2016-12-22 03:02:39 +00:00
committed by android-build-merger

View File

@@ -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,