We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dea28 commit 2288f03Copy full SHA for 2288f03
app/src/processing/app/Base.java
@@ -788,7 +788,6 @@ protected void handleNewReplaceImpl() {
788
* @param path Location of the primary pde file for the sketch.
789
*/
790
public void handleOpenReplace(File file) {
791
- System.out.println("handleOpenReplace");
792
if (!activeEditor.checkModified()) {
793
return; // sketch was modified, and user canceled
794
}
@@ -1018,7 +1017,6 @@ public boolean handleClose(Editor editor) {
1018
1017
* @return false if canceled, true otherwise.
1019
1020
public boolean handleQuit() {
1021
- System.out.println("handleQuit");
1022
// If quit is canceled, this will be replaced anyway
1023
// by a later handleQuit() that is not canceled.
1024
storeSketches();
0 commit comments