Commit 472697f9 authored by chrisjbremner's avatar chrisjbremner Committed by GitHub

Remove debug logging

parent cd8c4b43
......@@ -56,8 +56,6 @@ class InternalSubscription:
self._task.cancel()
await self._task
self._task = None
else:
self.logger.debug(f"internal subscription has no task to stop")
self.monitored_item_srv.delete_all_monitored_items()
def _trigger_publish(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment