From 338f3b73ca57f9ba99af275ef940eba224ff9fce Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 6 Mar 2011 04:07:04 +0000 Subject: [PATCH] removing debug msg --- core/src/processing/core/PApplet.java | 2 -- 1 file changed, 2 deletions(-) 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) {