Remove debug println

Change-Id: I8bf8f948394ed2ecbcb3da3761506c9aa5752494
This commit is contained in:
Adam Cohen
2014-05-09 16:40:36 -07:00
parent 689ff16ea2
commit e1c92c4afa
-2
View File
@@ -411,8 +411,6 @@ public class Workspace extends SmoothPagedView
}
public void onDragEnd() {
System.out.println("onDrag end workspace");
if (!mDeferRemoveExtraEmptyScreen) {
removeExtraEmptyScreen(true, mDragSourceInternal != null);
}