mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
debug message showing up when dragging and dropping files
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user