We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b7f46 commit 643afa3Copy full SHA for 643afa3
2 files changed
app/src/processing/app/Editor.java
@@ -469,7 +469,6 @@ public boolean canImport(TransferHandler.TransferSupport support) {
469
470
@SuppressWarnings("unchecked")
471
public boolean importData(TransferHandler.TransferSupport support) {
472
- System.out.println(support.getTransferable());
473
int successful = 0;
474
475
if (!canImport(support)) {
todo.txt
@@ -1,5 +1,5 @@
1
0237 (3.0a10)
2
-_ debug message showing up when dragging and dropping files
+X debug message showing up when dragging and dropping files
3
4
fixed earlier
5
X Can't set Breakpoint from the Breakpoint bar at the side
0 commit comments