From da312ac02e3ed5c7818fbebf6b154183e0c0758c Mon Sep 17 00:00:00 2001 From: david Date: Mon, 8 Sep 2008 19:32:16 +0000 Subject: [PATCH] Remove a debugging statement from brutePOP3.nse. --- scripts/brutePOP3.nse | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/brutePOP3.nse b/scripts/brutePOP3.nse index f0c6785f2..8c4417dd5 100644 --- a/scripts/brutePOP3.nse +++ b/scripts/brutePOP3.nse @@ -71,8 +71,6 @@ action = function(host, port) pstatus, perror = login(socket, currUser, currPw, additional) - print("x: ", pstatus, perror) - if (pstatus) then return currUser .. " : " .. currPw elseif (perror == pop3.err.pwError) then