don't clreol when displaying just the spinner
[sbp.git] / src / edu / berkeley / sbp / Parser.java
index b4a60b9..0b5f7c1 100644 (file)
@@ -29,7 +29,7 @@ public abstract class Parser<Token, NodeType> {
             long now = System.currentTimeMillis();
             if (now-last < 70) return;
             last = now;
-            System.err.print("\r  " + spin[spinpos++ % (spin.length)]+ANSI.clreol()+"\r");
+            System.err.print("\r  " + spin[spinpos++ % (spin.length)]+"\r");
         }
     }