From 2288f035b9c4e847bb709483e09b0f332687a66f Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Wed, 29 Apr 2015 11:07:15 +0200 Subject: [PATCH] Removed left over println --- app/src/processing/app/Base.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 82eace575..3aea13568 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -788,7 +788,6 @@ public class Base { * @param path Location of the primary pde file for the sketch. */ public void handleOpenReplace(File file) { - System.out.println("handleOpenReplace"); if (!activeEditor.checkModified()) { return; // sketch was modified, and user canceled } @@ -1018,7 +1017,6 @@ public class Base { * @return false if canceled, true otherwise. */ public boolean handleQuit() { - System.out.println("handleQuit"); // If quit is canceled, this will be replaced anyway // by a later handleQuit() that is not canceled. storeSketches();