mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 09:24:01 +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:
|
else:
|
||||||
retVal = retVal.replace(PAYLOAD_DELIMITER, '')
|
retVal = retVal.replace(PAYLOAD_DELIMITER, '')
|
||||||
|
|
||||||
print retVal
|
|
||||||
|
|
||||||
return retVal
|
return retVal
|
||||||
|
|
||||||
def extractPayload(self, inpStr):
|
def extractPayload(self, inpStr):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue