Removed left over println

This commit is contained in:
Federico Fissore 2015-04-29 11:07:15 +02:00
parent 74dea286a7
commit 2288f035b9
1 changed files with 0 additions and 2 deletions

View File

@ -788,7 +788,6 @@ public class Base {
* @param path Location of the primary pde file for the sketch. * @param path Location of the primary pde file for the sketch.
*/ */
public void handleOpenReplace(File file) { public void handleOpenReplace(File file) {
System.out.println("handleOpenReplace");
if (!activeEditor.checkModified()) { if (!activeEditor.checkModified()) {
return; // sketch was modified, and user canceled return; // sketch was modified, and user canceled
} }
@ -1018,7 +1017,6 @@ public class Base {
* @return false if canceled, true otherwise. * @return false if canceled, true otherwise.
*/ */
public boolean handleQuit() { public boolean handleQuit() {
System.out.println("handleQuit");
// If quit is canceled, this will be replaced anyway // If quit is canceled, this will be replaced anyway
// by a later handleQuit() that is not canceled. // by a later handleQuit() that is not canceled.
storeSketches(); storeSketches();