Removing leftover

This commit is contained in:
stamparm 2013-07-08 12:45:02 +02:00
parent a548eb5c70
commit d7c0805e7c

View File

@ -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)