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

Commit 0ffc2306 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Remove logspew.

Change-Id: Ib47abbd6111e990e4a92c504d9a3859d0240905e
parent 0528bc77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ public class NotificationPanel extends RelativeLayout implements StatusBarPanel,
    }

    public void setNotificationCount(int n) {
        Slog.d(TAG, "notificationCount=" + n);
//        Slog.d(TAG, "notificationCount=" + n);
        if (!mShowing) {
            // just do it, already
            setContentFrameVisible(n > 0, false);