remove debug message

This commit is contained in:
Ben Fry
2015-07-03 11:05:35 -04:00
parent 82eb6063a8
commit 7b3f68860c

View File

@@ -847,8 +847,6 @@ public class SketchParser {
return -1;
}
System.out.println("setup start = " + setupStart);
// count brackets to look for setup end
int bracketCount=1;
int pos = setupStart;