debug message showing up when dragging and dropping files

This commit is contained in:
Ben Fry
2015-06-03 12:58:57 -05:00
parent 4bfaed0f17
commit 9e0be51ae1
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -469,7 +469,6 @@ public abstract class Editor extends JFrame implements RunnerListener {
@SuppressWarnings("unchecked")
public boolean importData(TransferHandler.TransferSupport support) {
System.out.println(support.getTransferable());
int successful = 0;
if (!canImport(support)) {
+1 -1
View File
@@ -1,5 +1,5 @@
0237 (3.0a10)
_ debug message showing up when dragging and dropping files
X debug message showing up when dragging and dropping files
fixed earlier
X Can't set Breakpoint from the Breakpoint bar at the side