removing debug stuff

This commit is contained in:
benfry
2004-07-10 03:04:02 +00:00
parent 6398c44ea0
commit a2a63dffc2

View File

@@ -335,7 +335,7 @@ public class PdeRuntime implements PdeMessageConsumer {
public void message(String s) {
System.err.println("M" + s.length() + ":" + s);
//System.err.println("M" + s.length() + ":" + s);
// this is PApplet sending a message (via System.out.println)
// that signals that the applet has been quit.
if (s.indexOf(PApplet.EXTERNAL_QUIT) == 0) {