From a01657b31241e08acbc03768fb4a13c0349597ae Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Thu, 19 Jul 2012 10:42:39 -0400 Subject: [PATCH] Removing leftover debugging code. http://code.google.com/p/arduino/issues/detail?id=859 --- app/src/processing/app/tools/AutoFormat.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/processing/app/tools/AutoFormat.java b/app/src/processing/app/tools/AutoFormat.java index b6b23bc7d..8cad91385 100644 --- a/app/src/processing/app/tools/AutoFormat.java +++ b/app/src/processing/app/tools/AutoFormat.java @@ -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;