Revert "Adding debugging and naive fix for issue 15334203"

This reverts commit ed11c14003.

Change-Id: Ifc46769477e590512cc5ab79a69063c0341f52b2
This commit is contained in:
Adam Cohen
2014-06-04 01:24:03 +00:00
parent ed11c14003
commit e9a5119836
2 changed files with 2 additions and 25 deletions

View File

@@ -75,7 +75,6 @@ public class ButtonDropTarget extends TextView implements DropTarget, DragContro
return drawables[i];
}
}
System.out.println("No drawable, returning null " + this);
return null;
}