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

Commit efc1a289 authored by John Spurlock's avatar John Spurlock
Browse files

Cleanup logspam.

Change-Id: I21b39458147e911da3ab7a260c13abf7ec4eea5d
parent dab40493
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ public class ZenModeView extends RelativeLayout {

        @Override
        public boolean onTouchEvent(MotionEvent event) {
            log("onTouchEvent " + MotionEvent.actionToString(event.getAction()));
            if (DEBUG) log("onTouchEvent " + MotionEvent.actionToString(event.getAction()));
            if (event.getAction() == MotionEvent.ACTION_DOWN) {
                mDownX = event.getX();
            } else if (event.getAction() == MotionEvent.ACTION_MOVE) {