Skip to content

Commit

Permalink
Clean logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Jul 21, 2017
1 parent 318275f commit accac85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src-ocaml/baijiu_md5.ml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,6 @@ module Make (B : Baijiu_buffer.S)
idx := 0;
end;

Format.printf "len: %d, off: %d, idx: %d.\n%!"
!len !off !idx;

while !len >= 64
do md5_do_chunk ctx buf !off;
len := !len - 64;
Expand Down

0 comments on commit accac85

Please sign in to comment.