Minor output bug fix

This commit is contained in:
Bernardo Damele
2010-05-11 14:15:03 +00:00
parent 457d32c73e
commit 8b74c405f5
2 changed files with 1 additions and 5 deletions

View File

@@ -55,10 +55,6 @@ def __goInference(payload, expression, charsetType=None, firstChar=None, lastCha
count, value = bisection(payload, expression, length, charsetType, firstChar, lastChar)
if conf.eta and length:
infoMsg = "retrieved: %s" % value
logger.info(infoMsg)
debugMsg = "performed %d queries in %d seconds" % (count, int(time.time() - start))
logger.debug(debugMsg)