about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/rainbows/max_body.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/max_body.rb b/lib/rainbows/max_body.rb
index 7450b2a..71141c1 100644
--- a/lib/rainbows/max_body.rb
+++ b/lib/rainbows/max_body.rb
@@ -43,7 +43,6 @@ class MaxBody < Struct.new(:app)
     def tee(length, dst)
       rv = _tee(length, dst)
       if rv && ((@max_body -= rv.size) < 0)
-        $stderr.puts "#@max_body  TOO SMALL"
         # make HttpParser#keepalive? => false to force an immediate disconnect
         # after we write
         parser.reset