Removing leftover debugging code.

http://code.google.com/p/arduino/issues/detail?id=859
This commit is contained in:
David A. Mellis 2012-07-19 10:42:39 -04:00
parent 4e657ba5e2
commit a01657b312
1 changed files with 0 additions and 3 deletions

View File

@ -642,9 +642,6 @@ public class AutoFormat implements Tool {
int count = 0;
while(cc != c && EOF == 0)
{
if (++count % 100000 == 0) {
System.err.println("Stuck: " + count);
}
// max. length of line should be 256
string[j++] = cc;