mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
remove debug message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user