removing commented out debug print

This commit is contained in:
Miroslav Stampar 2011-04-08 22:44:05 +00:00
parent c4c40308c6
commit 277f16d6b3

View File

@ -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: