Remove print statement

Co-authored-by: andrew.charles.mcmanus@gmail.com <andrew.charles.mcmanus@gmail.com>
This commit is contained in:
Zedifus 2022-08-05 02:38:43 +01:00
parent ff0faffc08
commit 59174110ab

View File

@ -656,7 +656,6 @@ class TasksManager:
def check_for_updates(self):
self.helper.update_available = self.helper.check_remote_version()
print(self.helper.update_available)
def log_watcher(self):
self.controller.servers.check_for_old_logs()