From d5fb921154ec0e49d8638d043aafb249019035f3 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 9 Dec 2010 20:08:59 +0000 Subject: [PATCH] removed debug print --- lib/controller/checks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 5470d7906..a6e33fbc3 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -84,7 +84,6 @@ def checkSqlInjection(place, parameter, value): # Skip test if the user's wants to test only for a specific # technique if conf.technique and isinstance(conf.technique, int) and stype != conf.technique: - print "conf.technique:", conf.technique debugMsg = "skipping test '%s' because the user " % title debugMsg += "specified to test only for " debugMsg += "%s" % PAYLOAD.SQLINJECTION[conf.technique]