From 13b185ad1ac09a4fd89e99b0e08bc21a3f300f1e Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Mon, 15 Aug 2016 19:57:48 -0400 Subject: [PATCH] lib/nitcorn: remove the POST format error Signed-off-by: Alexandre Terrasa --- lib/nitcorn/http_request.nit | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/nitcorn/http_request.nit b/lib/nitcorn/http_request.nit index 8efa7d0..ff8d58d 100644 --- a/lib/nitcorn/http_request.nit +++ b/lib/nitcorn/http_request.nit @@ -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 -- 1.7.9.5