1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-19 13:54:23 +01:00

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

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;