summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Fabian Kozynski <kozynski@google.com> 2018-10-08 17:02:34 -0400
committer Fabian Kozynski <kozynski@google.com> 2018-10-08 17:02:34 -0400
commit8a9b46e213ac874e889bdd1f22d98ed0ec82e62e (patch)
tree2efff9f6e680dfcdc4a2b746d17571e198b5fa3b
parenta4b1fe65470ea4c015207fa8b2016d95603e5931 (diff)
Removed forgotten log line
Test: no test needed Change-Id: I4209e48b3a25b3b56254993d45fd270ff09415eb
-rw-r--r--packages/SystemUI/src/com/android/systemui/qs/QSFragment.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/qs/QSFragment.java b/packages/SystemUI/src/com/android/systemui/qs/QSFragment.java
index 42dfceed1e0d..f9971d83addc 100644
--- a/packages/SystemUI/src/com/android/systemui/qs/QSFragment.java
+++ b/packages/SystemUI/src/com/android/systemui/qs/QSFragment.java
@@ -172,7 +172,6 @@ public class QSFragment extends Fragment implements QS, CommandQueue.Callbacks {
}
private void setEditLocation(View view) {
- Log.w(TAG, "I'm changing the location of the button!!!");
View edit = view.findViewById(android.R.id.edit);
int[] loc = edit.getLocationOnScreen();
int x = loc[0] + edit.getWidth() / 2;