summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-04-30 10:32:25 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-04-30 10:32:25 -0700
commit9aaef938c3f0db6c78555459eb84be25ab87f98e (patch)
tree5da756bd2a9a026e114074bfee36793742c04490
parent65d076b2ffe7ca96f014a95bd362c7d1ce004b97 (diff)
downloadandroid_packages_apps_Trebuchet-9aaef938c3f0db6c78555459eb84be25ab87f98e.tar.gz
android_packages_apps_Trebuchet-9aaef938c3f0db6c78555459eb84be25ab87f98e.tar.bz2
android_packages_apps_Trebuchet-9aaef938c3f0db6c78555459eb84be25ab87f98e.zip
Removing debug log
Change-Id: Ifb6adc0826d744f2bbc654c37c2470754f364a2b
-rw-r--r--src/com/android/launcher3/CellLayout.java1
1 files changed, 0 insertions, 1 deletions
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);