Skip to content

Commit

Permalink
Removing print
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsudharsan committed Mar 18, 2024
1 parent 7774eec commit 4954d89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/system-health/health_checker/sysmonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4954d89

Please sign in to comment.