Skip to content

Commit

Permalink
Revert "add debug test"
Browse files Browse the repository at this point in the history
This reverts commit e422150.
  • Loading branch information
tomkralidis committed Feb 6, 2024
1 parent b3e7ec5 commit 15ab40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-management/wis2box/pubsub/subscribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def handle(self, filepath, message):
LOGGER.debug(msg)
except ValueError as err:
msg = f'handle() error: {err}'
LOGGER.error(msg, exc_info=True)
LOGGER.error(msg)
except Exception as err:
msg = f'handle() error: {err}'
raise err
Expand Down

0 comments on commit 15ab40b

Please sign in to comment.