mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Removing leftover debugging code.
http://code.google.com/p/arduino/issues/detail?id=859
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user