From 315e6ef9b0ff14a46637a2907c0571e812072249 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 13 Dec 2009 01:51:05 +0000 Subject: [PATCH] Remove a debugging statement from http.lua. --- nselib/http.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/nselib/http.lua b/nselib/http.lua index 86f0765aa..682b23753 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -579,7 +579,6 @@ function isChunked( header ) line = line:lower() encoding = line:match("transfer%-encoding: (.*)") if encoding then - print(encoding) if encoding:match("identity") then return false else