Remove logging within each idlequeue process step. (A log entry every two seconds without much value)

This commit is contained in:
Stephan Erb 2009-11-27 21:03:38 +01:00
parent ad46e61663
commit 723c09d26d
1 changed files with 0 additions and 1 deletions

View File

@ -305,7 +305,6 @@ class IdleQueue:
Execute and remove alarm callbacks and execute func() or read_timeout()
for plugged objects if specified time has ellapsed
"""
log.info('check time evs')
current_time = self.current_time()
for fd, timeouts in self.read_timeouts.items():