Remove logging within each idlequeue process step. (A log entry every two seconds without much value)
This commit is contained in:
parent
ad46e61663
commit
723c09d26d
1 changed files with 0 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue