mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
remove dbg message
This commit is contained in:
parent
9f1ecdba27
commit
2b4cf1e663
1 changed files with 0 additions and 1 deletions
|
|
@ -331,7 +331,6 @@ eq
|
|||
let* slice2, () =
|
||||
ws *> string "Section2" *> take_until_success (ws *> eoi)
|
||||
in
|
||||
Printf.printf "slice1: %S\n%!" (Slice.to_string slice1);
|
||||
let* sect1 = recurse slice1 (each_split ~on_char:';' all_str) in
|
||||
let* sect2 = recurse slice2 (each_split ~on_char:';' all_str) in
|
||||
return (sect1, sect2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue