Skip to content

Commit 49838ef

Browse files
committed
remove debug message
1 parent 5904a28 commit 49838ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java/src/processing/mode/java/tweak/SketchParser.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,6 @@ static public int getSetupEnd(String code) {
847847
return -1;
848848
}
849849

850-
System.out.println("setup start = " + setupStart);
851-
852850
// count brackets to look for setup end
853851
int bracketCount=1;
854852
int pos = setupStart;

0 commit comments

Comments
 (0)