summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AppsCustomizeTabHost.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-06-14 10:32:25 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-14 10:32:25 -0700
commit8fd14178541374f2609c463a3bf882b93c10395d (patch)
treeba58b3ddef3a857c81f330ba6fb7c5456a0857d1 /src/com/android/launcher2/AppsCustomizeTabHost.java
parent452a4f585d3cb707da0adf1fd91ba2c9c169b925 (diff)
parent7e4e4ba494e50d918a1573b2fa601c561037deae (diff)
downloadandroid_packages_apps_Trebuchet-8fd14178541374f2609c463a3bf882b93c10395d.tar.gz
android_packages_apps_Trebuchet-8fd14178541374f2609c463a3bf882b93c10395d.tar.bz2
android_packages_apps_Trebuchet-8fd14178541374f2609c463a3bf882b93c10395d.zip
am 7e4e4ba4: Merge "Removing logging in AppsCustomizePagedView (Bug 6597629)" into jb-dev
* commit '7e4e4ba494e50d918a1573b2fa601c561037deae': Removing logging in AppsCustomizePagedView (Bug 6597629)
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()) {