mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove debug message
This commit is contained in:
@@ -1209,21 +1209,11 @@ public class JavaEditor extends Editor {
|
||||
|
||||
|
||||
public void toggleBreakpoint(int lineIndex) {
|
||||
new Exception().printStackTrace(System.out);
|
||||
debugger.toggleBreakpoint(lineIndex);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
public void handleSave() {
|
||||
// toolbar.activate(JavaToolbar.SAVE);
|
||||
super.handleSave(true);
|
||||
// toolbar.deactivate(JavaToolbar.SAVE);
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
public boolean handleSaveAs() {
|
||||
//System.out.println("handleSaveAs");
|
||||
String oldName = getSketch().getCode(0).getFileName();
|
||||
|
||||
Reference in New Issue
Block a user