Skip to content

Commit e2c821e

Browse files
committed
minor cosmetics
1 parent e881465 commit e2c821e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ def adjustTimeDelay(lastQueryDuration, lowerStdLimit):
16091609
if candidate:
16101610
kb.delayCandidates = [candidate] + kb.delayCandidates[:-1]
16111611
if all([x == candidate for x in kb.delayCandidates]) and candidate < conf.timeSec:
1612-
clearConsoleLine(True)
1612+
print
16131613
warnMsg = "adjusting time delay to %d seconds" % candidate
16141614
logger.warn(warnMsg)
16151615
conf.timeSec = candidate

0 commit comments

Comments
 (0)