From e75e97a559d6a871bda7a1d9418f2d3ba148a3b3 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 17 Nov 2019 23:56:26 -0600 Subject: [PATCH] fix: remove debug msg --- src/Tiny_httpd.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tiny_httpd.ml b/src/Tiny_httpd.ml index c06ecc54..1d219039 100644 --- a/src/Tiny_httpd.ml +++ b/src/Tiny_httpd.ml @@ -134,7 +134,6 @@ module Stream_ = struct self.is_consume n_read; n_read) in - _debug (fun k->k "read %d" n_read); if n_read=0 then too_short(); done