Skip to content

Commit a01657b

Browse files
committed
1 parent 4e657ba commit a01657b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: app/src/processing/app/tools/AutoFormat.java

-3
Original file line numberDiff line numberDiff line change
@@ -642,9 +642,6 @@ public void run() {
642642
int count = 0;
643643
while(cc != c && EOF == 0)
644644
{
645-
if (++count % 100000 == 0) {
646-
System.err.println("Stuck: " + count);
647-
}
648645
// max. length of line should be 256
649646
string[j++] = cc;
650647

0 commit comments

Comments
 (0)