Remove printing of SystemChecks results
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user