remove dbg message

This commit is contained in:
Simon Cruanes 2023-04-11 11:19:15 -04:00
parent 9f1ecdba27
commit 2b4cf1e663
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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)