From 4954d89c1413a611e73e7de3f596e986875b88a4 Mon Sep 17 00:00:00 2001 From: dgsudharsan Date: Mon, 18 Mar 2024 23:42:24 +0000 Subject: [PATCH] Removing print --- src/system-health/health_checker/sysmonitor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system-health/health_checker/sysmonitor.py b/src/system-health/health_checker/sysmonitor.py index 2bb205250def..48758288d300 100755 --- a/src/system-health/health_checker/sysmonitor.py +++ b/src/system-health/health_checker/sysmonitor.py @@ -203,7 +203,6 @@ def get_service_from_feature_table(self, dir_list): device_config = {} device_config['DEVICE_METADATA'] = self.config_db.get_table('DEVICE_METADATA') device_config.update(device_info.get_device_runtime_metadata()) - print(device_config) for srv, fields in feature_table.items(): if 'state' not in fields: success = False