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

Commit e067ff43 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Removed Log message when expanding from HUN" into mnc-dev

parents 1ceee65c 90975e38
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -229,10 +229,6 @@ public class PanelBar extends FrameLayout {

    public void onTrackingStarted(PanelView panel) {
        mTracking = true;
        if (DEBUG && panel != mTouchingPanel) {
            LOG("shouldn't happen: onTrackingStarted(%s) != mTouchingPanel(%s)",
                    panel, mTouchingPanel);
        }
    }

    public void onTrackingStopped(PanelView panel, boolean expand) {