From 522c92e4a480ff0152e7b92e2b5f0680381393d3 Mon Sep 17 00:00:00 2001 From: benfry Date: Sat, 12 Nov 2011 21:07:23 +0000 Subject: [PATCH] oop, remove that debug feller --- app/src/processing/mode/java/JavaBuild.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/processing/mode/java/JavaBuild.java b/app/src/processing/mode/java/JavaBuild.java index efbf51656..302e59942 100644 --- a/app/src/processing/mode/java/JavaBuild.java +++ b/app/src/processing/mode/java/JavaBuild.java @@ -755,7 +755,6 @@ public class JavaBuild { // regex would fix this too, please submit one if that's your thing.) // http://code.google.com/p/processing/issues/detail?id=877 found = found.substring(0, found.indexOf("*/")); - System.out.println(found); String[] pieces = PApplet.split(found, '\n'); for (String line : pieces) { // if this line starts with * characters, remove 'em