mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
removing commented out debug print
This commit is contained in:
@@ -455,9 +455,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||||||
val = None
|
val = None
|
||||||
commonValue, commonPattern, commonCharset, otherCharset = goGoodSamaritan(finalValue, asciiTbl)
|
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
|
# If there is one single output in common-outputs, check
|
||||||
# it via equal against the query output
|
# it via equal against the query output
|
||||||
if commonValue is not None:
|
if commonValue is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user