diff --git a/qcdash/app.py b/qcdash/app.py index e3d46d1..aeb0a5e 100644 --- a/qcdash/app.py +++ b/qcdash/app.py @@ -50,7 +50,6 @@ def get_datasets(root: str | Path) -> List[DatasetReport]: def get_fig(dr: DatasetReport, metric, estimators, view, mode, backend=None): _backend = backend or plot.get_backend("plotly") - print(_backend) estimators = CE.name[estimators] match (view, mode): case ("avg", _):