From 3969487f8a1ca6b977b64afe78f68d1674440d14 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 26 Aug 2026 21:41:40 +0100 Subject: [PATCH] Remove printing of SystemChecks results --- launcher/checks.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/launcher/checks.py b/launcher/checks.py index 7c86441..6f3e3b5 100644 --- a/launcher/checks.py +++ b/launcher/checks.py @@ -46,11 +46,11 @@ class SystemChecks: self.network_online = self.check_network_status() self.ziti_online = self.check_ziti_status() - print( - f"System status => " - f"Network: {self.network_online}, " - f"Ziti: {self.ziti_online}" - ) + # print( + # f"System status => " + # f"Network: {self.network_online}, " + # f"Ziti: {self.ziti_online}" + # ) if self.ready: interval = 30