diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index d7a086e10..f53fcbbe2 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -1424,8 +1424,6 @@ public class PApplet extends Applet //synchronized public void paint(Graphics screen) { // shutting off for 0146 public void paint(Graphics screen) { - println("non-active paint"); - // ignore the very first call to paint, since it's coming // from the o.s., and the applet will soon update itself anyway. if (frameCount == 0) {