Skip to content

Commit

Permalink
remote: Drop debug print in queue_as_aiter()
Browse files Browse the repository at this point in the history
This is not very useful, so drop it.

Signed-off-by: Simon Glass <[email protected]>
  • Loading branch information
sjg20 committed Jun 25, 2024
1 parent ebd903a commit 9b99e1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion labgrid/remote/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ async def queue_as_aiter(q):
return
yield item
q.task_done()
logging.debug("sent message %s", item)
except Exception:
logging.exception("error in queue_as_aiter")
raise

0 comments on commit 9b99e1a

Please sign in to comment.