remove potentially security-leaking debug line

This commit is contained in:
Simon Cruanes 2024-03-26 13:01:02 -04:00
parent a309c657c8
commit 8dd86993d7
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -52,7 +52,6 @@ let parse_ ~(buf : Buf.t) (bs : IO.Input.t) : t =
| None -> raise End_of_file
| Some "\r" -> acc
| Some line ->
Log.debug (fun k -> k "parsed header line %S" line);
let k, v =
try
let i = String.index line ':' in