mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor minor update
This commit is contained in:
parent
b130a9e14e
commit
cbdcbdd786
2 changed files with 3 additions and 6 deletions
|
|
@ -121,9 +121,6 @@ class Agent:
|
|||
retValue = paramString.replace("%s=%s" % (parameter, origValue),
|
||||
"%s=%s" % (parameter, self.addPayloadDelimiters(newValue)))
|
||||
|
||||
# Debug print
|
||||
#print "retValue:", retValue
|
||||
|
||||
return retValue
|
||||
|
||||
def fullPayload(self, query):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue