mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Removed print statement which was probably set during debugging
This commit is contained in:
@@ -1413,7 +1413,6 @@ public abstract class Editor extends JFrame implements RunnerListener {
|
||||
}
|
||||
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
System.out.println(e.getActionCommand());
|
||||
handleCut();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user