We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e881465 commit e2c821eCopy full SHA for e2c821e
1 file changed
lib/core/common.py
@@ -1609,7 +1609,7 @@ def adjustTimeDelay(lastQueryDuration, lowerStdLimit):
1609
if candidate:
1610
kb.delayCandidates = [candidate] + kb.delayCandidates[:-1]
1611
if all([x == candidate for x in kb.delayCandidates]) and candidate < conf.timeSec:
1612
- clearConsoleLine(True)
+ print
1613
warnMsg = "adjusting time delay to %d seconds" % candidate
1614
logger.warn(warnMsg)
1615
conf.timeSec = candidate
0 commit comments