mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
removing commented out debug print
This commit is contained in:
parent
c4c40308c6
commit
277f16d6b3
|
@ -455,9 +455,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
val = None
|
||||
commonValue, commonPattern, commonCharset, otherCharset = goGoodSamaritan(finalValue, asciiTbl)
|
||||
|
||||
# Debug print
|
||||
#print "\ncommonValue, commonPattern, commonCharset:", commonValue, commonPattern, commonCharset
|
||||
|
||||
# If there is one single output in common-outputs, check
|
||||
# it via equal against the query output
|
||||
if commonValue is not None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user