diff --git a/lib/controller/checks.py b/lib/controller/checks.py index ec997dc23..5e4c6e398 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1030,8 +1030,6 @@ def checkWaf(): conf.parameters = dict(backup) conf.parameters[PLACE.GET] = "" if not conf.parameters.get(PLACE.GET) else conf.parameters[PLACE.GET] + "&" conf.parameters[PLACE.GET] += "%s=%s" % (randomStr(), payload) - import pdb - pdb.set_trace() logger.log(CUSTOM_LOGGING.PAYLOAD, payload)