Skip to content

Commit

Permalink
Removed unnecessary debug printout
Browse files Browse the repository at this point in the history
Version 2.3.4
  • Loading branch information
Wolfrax committed May 29, 2018
1 parent 82b17b8 commit 54b491e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion radar/tuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def read(self, cb_func):
try:
msgs = self.data.get(timeout=1.0) # Timeout after 1 sec to ensure we are not blocked forever
except Queue.Empty:
self.logger.info("read - Queue empty, timeout")
continue # So we got a timeout from the Queue, continue to execute

self._cb_func(msgs)
Expand Down

0 comments on commit 54b491e

Please sign in to comment.