diff --git a/show/system_health.py b/show/system_health.py index 51cf6f9324..f3286f21b6 100644 --- a/show/system_health.py +++ b/show/system_health.py @@ -234,9 +234,6 @@ def populate_row(row, key, value, table): row[6] = value -def display_system_health_summary(stat, led): - click.echo("System status summary\n\n System status LED " + led) - @system_health.command() @click.argument('module_name', required=False) def dpu(module_name): @@ -490,5 +487,4 @@ def sysready_status_detail(): clicommon.run_command(cmd, display_cmd=False) except Exception as e: click.echo("Exception: {}".format(str(e))) -''' - +''' \ No newline at end of file