Remove log

This commit is contained in:
Romuald Juchnowicz-Bierbasz
2019-03-11 12:10:35 +01:00
committed by Romuald Bierbasz
parent f9eaeaf726
commit 9a06428fc0

View File

@@ -171,7 +171,6 @@ class Plugin():
"""Plugin main coorutine"""
async def pass_control():
while self._active:
logging.debug("Passing control to plugin")
try:
self.tick()
except Exception: