Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Jun 24, 2024
1 parent c5a6810 commit 572a62d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/org/rascalmpl/repl/TerminalProgressBarMonitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ else if (barWidth <= 3) { // we can print the clock for good measure
+ ANSI.noBackground()
+ ANSI.normal()
+ backPart
// + ANSI.normal()
+ " " + clock + " "
+ String.format("%d:%02d:%02d.%03d", duration.toHoursPart(), duration.toMinutes(), duration.toSecondsPart(), duration.toMillisPart())
+ " "
Expand Down

0 comments on commit 572a62d

Please sign in to comment.