Skip to content

Commit

Permalink
refactor: removing the "Value:" debug text
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Dec 11, 2024
1 parent eb500e7 commit df7fb9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aind_qc_portal/panel/metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def metric_panel(self):
md = f"""
{md_style(10, f"Current state: {self._data.status.status.value}")}
{md_style(8, self._data.description if self._data.description else "*no description provided*")}
{md_style(8, f"Value: {self._data.value}")}
"""
name = self._data.name
value = self._data.value
Expand Down

0 comments on commit df7fb9e

Please sign in to comment.