minor cleanups to CharInput
[sbp.git] / src / edu / berkeley / sbp / chr / CharInput.java
index 95609bc..2e8e882 100644 (file)
@@ -102,10 +102,8 @@ public class CharInput extends Cartesian.Input<Character> {
 
         int i = r.read();
         if (i==-1) {
-            /*System.err.print("\r...done       \r"); */
             if (indent && indentation >= 0) {
                 redent(indentation - lastIndentation);
-                //System.err.println("\r                   \rindent: " + (indentation - lastIndentation));
                 lastIndentation = indentation;
                 indentation = -1;
                 return __next();