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

Commit 90975e38 authored by Selim Cinek's avatar Selim Cinek
Browse files

Removed Log message when expanding from HUN

Bug: 20828502
Change-Id: I116afbebe6e6042bb7939892a8ba516d06ba911d
parent ab069235
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) {