Skip to content

Commit

Permalink
Removing leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
stamparm committed Jul 8, 2013
1 parent a548eb5 commit d7c0805
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/controller/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d7c0805

Please sign in to comment.