Skip to content

Commit

Permalink
Remove forgotten debugging when kanging
Browse files Browse the repository at this point in the history
  • Loading branch information
Kmobs authored and jt1134 committed Feb 6, 2011
1 parent 9b042ed commit fda2772
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/android/launcher2/DeleteZone.java
Expand Up @@ -146,7 +146,6 @@ public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffse
//show uninstall message - ADW
final ItemInfo item = (ItemInfo) dragInfo;
if (item instanceof ApplicationInfo){
Log.d("DeleteZone","dragEnter");
mTransition.reverseTransition(TRANSITION_DURATION);
mUninstallTarget = true;
mHandler.removeCallbacks(mShowUninstaller);
Expand Down

0 comments on commit fda2772

Please sign in to comment.