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:
parent
4e657ba5e2
commit
a01657b312
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user