From 36e17cfdd53e780e9815666ee6c7748333941f51 Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Thu, 28 Apr 2022 23:41:38 -0700 Subject: [PATCH] remove print report path --- dvclive/live.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dvclive/live.py b/dvclive/live.py index 6fd10a39..0f6e8a50 100644 --- a/dvclive/live.py +++ b/dvclive/live.py @@ -44,10 +44,6 @@ def __init__( if self.html_path is None: self.html_path = os.path.join(self.dir, "report.html") - if self._report is not None: - out = Path(self.html_path).resolve() - print(f"Report will be saved at {out}") - self._step: Optional[int] = None self._scalars: Dict[str, Any] = OrderedDict() self._images: Dict[str, Any] = OrderedDict()