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

Commit f68448ef authored by Dan Sandler's avatar Dan Sandler
Browse files

Remove chatty log message.

Change-Id: If0acc3be413d86c87a2a8c68fdcf94bada7e0903
parent 6dd5a1d3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -737,8 +737,9 @@ public abstract class BaseStatusBar extends SystemUI implements
            return false;
        }

        Log.v(TAG, "publicNotification: "
                + sbn.getNotification().publicVersion);
        if (DEBUG) {
            Log.v(TAG, "publicNotification: " + sbn.getNotification().publicVersion);
        }

        Notification publicNotification = sbn.getNotification().publicVersion;