Removed debug print

This commit is contained in:
Bernardo Damele 2010-12-07 17:19:29 +00:00
parent 5f97312f29
commit ee72838231

View File

@ -279,7 +279,6 @@ def checkSqlInjection(place, parameter, value):
origValue = "" origValue = ""
kb.pageTemplate = getPageTemplate(templatePayload, place) kb.pageTemplate = getPageTemplate(templatePayload, place)
print "kb.originalPage:", kb.originalPage
# Forge request payload by prepending with boundary's # Forge request payload by prepending with boundary's
# prefix and appending the boundary's suffix to the # prefix and appending the boundary's suffix to the