Skip to content

Commit 9875543

Browse files
committed
remove debug line
1 parent 21c0f7f commit 9875543

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/multipart_form/tiny_httpd_multipart_form_data.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ and parse_headers_rec (self : st) acc : Headers.t =
211211
)
212212
| i ->
213213
let line = Bytes.sub_string self.buf_out.bs 0 i in
214-
Printf.eprintf "parse header line %S\n%!" line;
215214
shift_left_ self.buf_out (i + 2);
216215
if line = "" then
217216
List.rev acc

0 commit comments

Comments
 (0)