oop, remove that debug feller

This commit is contained in:
benfry
2011-11-12 21:07:23 +00:00
parent 278e56e230
commit 522c92e4a4

View File

@@ -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