Skip to content

Commit 643afa3

Browse files
committed
debug message showing up when dragging and dropping files
1 parent b3b7f46 commit 643afa3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

app/src/processing/app/Editor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ public boolean canImport(TransferHandler.TransferSupport support) {
469469

470470
@SuppressWarnings("unchecked")
471471
public boolean importData(TransferHandler.TransferSupport support) {
472-
System.out.println(support.getTransferable());
473472
int successful = 0;
474473

475474
if (!canImport(support)) {

todo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
0237 (3.0a10)
2-
_ debug message showing up when dragging and dropping files
2+
X debug message showing up when dragging and dropping files
33

44
fixed earlier
55
X Can't set Breakpoint from the Breakpoint bar at the side

0 commit comments

Comments
 (0)