Skip to content

Commit

Permalink
remove debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Feb 1, 2023
1 parent dac6b33 commit eed141b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bin/stats.ml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ let new_input st input_name input_size =
end else
st
in
Tui.printf "new input : %s / size : %d@." input_name input_size;
key, st

let record_parsed st input counter loc =
Expand All @@ -132,7 +131,6 @@ let record_parsed st input counter loc =
let typing = State.get typing_key st in
Tui.Bar.add_to_process typing ~loc
end;
Tui.printf "parsed(%s): %a@." (State.key_name input) Dolmen.Std.Loc.print_compact loc;
st
end

Expand Down

0 comments on commit eed141b

Please sign in to comment.