mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-06 01:08:25 +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.
|
* @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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user