mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +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
|
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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user