summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AppsCustomizeTabHost.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-06-11 15:21:53 -0700
committerWinson Chung <winsonc@google.com>2012-06-11 15:22:22 -0700
commitc10ba1396f49cde2faacb7001e7e97fcee325507 (patch)
tree12b55e3884c1fb0eb898d7ec2d6cac6c2b5caa4c /src/com/android/launcher2/AppsCustomizeTabHost.java
parent898f152d79e06828675361a176772cdf1cef56ca (diff)
downloadandroid_packages_apps_Trebuchet-c10ba1396f49cde2faacb7001e7e97fcee325507.tar.gz
android_packages_apps_Trebuchet-c10ba1396f49cde2faacb7001e7e97fcee325507.tar.bz2
android_packages_apps_Trebuchet-c10ba1396f49cde2faacb7001e7e97fcee325507.zip
Removing logging in AppsCustomizePagedView (Bug 6597629)
Change-Id: I58313d3b3536d3ee7eaae8459fbded41dc5dadec
Diffstat (limited to 'src/com/android/launcher2/AppsCustomizeTabHost.java')
-rw-r--r--src/com/android/launcher2/AppsCustomizeTabHost.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/launcher2/AppsCustomizeTabHost.java b/src/com/android/launcher2/AppsCustomizeTabHost.java
index 6bd97a2f2..9fa2f3237 100644
--- a/src/com/android/launcher2/AppsCustomizeTabHost.java
+++ b/src/com/android/launcher2/AppsCustomizeTabHost.java
@@ -393,7 +393,6 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
// Make sure the current page is loaded (we start loading the side pages after the
// transition to prevent slowing down the animation)
- Log.d(LOG_TAG, "6549598 onLauncherTransitionPrepare currentPage: " + mAppsCustomizePane.getCurrentPage());
mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage(), true);
if (!LauncherApplication.isScreenLarge()) {
@@ -436,7 +435,6 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
mAppsCustomizePane.showAllAppsCling();
// Make sure adjacent pages are loaded (we wait until after the transition to
// prevent slowing down the animation)
- Log.d(LOG_TAG, "6549598 onLauncherTransitionEnd currentPage: " + mAppsCustomizePane.getCurrentPage());
mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
if (!LauncherApplication.isScreenLarge()) {