lib/nitcorn: remove the POST format error
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 15 Aug 2016 23:57:48 +0000 (19:57 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Mon, 15 Aug 2016 23:57:48 +0000 (19:57 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/nitcorn/http_request.nit

index 8efa7d0..ff8d58d 100644 (file)
@@ -155,8 +155,6 @@ class HttpRequestParser
                                        var decoded = parts[1].replace('+', " ").from_percent_encoding
                                        http_request.post_args[parts[0]] = decoded
                                        http_request.all_args[parts[0]] = decoded
-                               else
-                                       print "POST Error: {line} format error on {line}"
                                end
                        end
                end