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()