am 2d9e0c32: Cleanup logspam.

* commit '2d9e0c32a812d1213d79919f9ee1df6abc2eb675':
  Cleanup logspam.
This commit is contained in:
John Spurlock
2014-05-05 12:53:19 +00:00
committed by Android Git Automerger

View File

@@ -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) {