mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
Removed left over println
This commit is contained in:
parent
74dea286a7
commit
2288f035b9
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user