Skip to content

Commit 2288f03

Browse files
author
Federico Fissore
committed
Removed left over println
1 parent 74dea28 commit 2288f03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/processing/app/Base.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,6 @@ protected void handleNewReplaceImpl() {
788788
* @param path Location of the primary pde file for the sketch.
789789
*/
790790
public void handleOpenReplace(File file) {
791-
System.out.println("handleOpenReplace");
792791
if (!activeEditor.checkModified()) {
793792
return; // sketch was modified, and user canceled
794793
}
@@ -1018,7 +1017,6 @@ public boolean handleClose(Editor editor) {
10181017
* @return false if canceled, true otherwise.
10191018
*/
10201019
public boolean handleQuit() {
1021-
System.out.println("handleQuit");
10221020
// If quit is canceled, this will be replaced anyway
10231021
// by a later handleQuit() that is not canceled.
10241022
storeSketches();

0 commit comments

Comments
 (0)