move event info logging from Updater into VbanCmd

odd logout logging

patch bump
This commit is contained in:
onyx-and-iris
2022-09-29 11:48:30 +01:00
parent 566bff3ced
commit 2048a807d1
4 changed files with 7 additions and 4 deletions

View File

@@ -101,7 +101,6 @@ class Updater(threading.Thread):
return fget()
def update(self):
self.logger.info(f"Listening for {', '.join(self._remote.event.get())} events")
(
self._remote.cache["strip_level"],
self._remote.cache["bus_level"],