Skip to content

Commit

Permalink
remove unused queu
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed Jul 27, 2024
1 parent f5fd8d1 commit 0f9fafd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/packages/buskill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1110,10 +1110,6 @@ def check_usb_handler( self, dt ):
# the status instance field for the child process
self.usb_handler.status += 1

if queue_message == 'exception':
# the child through an exception; mark it
self.usb_handler.exception = True

else:
# no idea what the child said; log it as an error
msg = "ERROR: Unknown queue message from child usb_handler"
Expand Down

0 comments on commit 0f9fafd

Please sign in to comment.