mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
Removed debug print
This commit is contained in:
parent
2a2f949275
commit
fcada4df0f
1 changed files with 0 additions and 2 deletions
|
|
@ -631,8 +631,6 @@ class Agent:
|
|||
else:
|
||||
retVal = retVal.replace(PAYLOAD_DELIMITER, '')
|
||||
|
||||
print retVal
|
||||
|
||||
return retVal
|
||||
|
||||
def extractPayload(self, inpStr):
|
||||
|
|
|
|||
Loading…
Reference in a new issue