remove superfluous debug func
This commit is contained in:
parent
c5f8eea2c5
commit
c619949618
1 changed files with 0 additions and 6 deletions
|
@ -50,9 +50,3 @@ let serialise t chunk =
|
|||
t.pos <- t.pos + input_sz)
|
||||
|
||||
let create = { buf = Bytes.create 4096; pos = 0 }
|
||||
|
||||
let print_debug t =
|
||||
print_endline
|
||||
("pos is " ^ string_of_int t.pos ^ "\nsz is "
|
||||
^ string_of_int (Bytes.length t.buf)
|
||||
^ "\ncontents are: " ^ String.of_bytes t.buf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue