From 9aaef938c3f0db6c78555459eb84be25ab87f98e Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Thu, 30 Apr 2015 10:32:25 -0700 Subject: Removing debug log Change-Id: Ifb6adc0826d744f2bbc654c37c2470754f364a2b --- src/com/android/launcher3/CellLayout.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/com') diff --git a/src/com/android/launcher3/CellLayout.java b/src/com/android/launcher3/CellLayout.java index 94f227595..65c67025f 100644 --- a/src/com/android/launcher3/CellLayout.java +++ b/src/com/android/launcher3/CellLayout.java @@ -310,7 +310,6 @@ public class CellLayout extends ViewGroup { @TargetApi(Build.VERSION_CODES.LOLLIPOP) public void enableAccessibleDrag(boolean enable, int dragType) { mUseTouchHelper = enable; - Log.e("HIGHRES", getParent() + " " + enable + " " + dragType, new Exception()); if (!enable) { ViewCompat.setAccessibilityDelegate(this, null); setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO); -- cgit v1.2.3