Skip to content
Snippets Groups Projects
Commit 723c09d2 authored by steve-e's avatar steve-e
Browse files

Remove logging within each idlequeue process step. (A log entry every two...

Remove logging within each idlequeue process step. (A log entry every two seconds without much value)
parent ad46e616
No related branches found
No related tags found
No related merge requests found
......@@ -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():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment