diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index f29426dd8..60eadeb7a 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -10074,7 +10074,6 @@ public class PApplet implements PConstants { // Wait until the applet has figured out its width. In a static mode app, // everything happens inside setup(), so this will be after setup() has // completed, and the empty draw() has set "finished" to true. - /* while (sketch.defaultSize && !sketch.finished) { //System.out.println("default size"); try {