Skip to content

Commit 4091d5c

Browse files
committed
remove log comment as it would be triggered multiple times when UV is retrieved.
1 parent 01418de commit 4091d5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ducktools/env/scripts/get_uv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def download_uv(paths: ManagedPaths):
8989
def get_local_uv():
9090
uv_path = _laz.shutil.which("uv")
9191
if uv_path:
92-
log(f"Local uv install found at {uv_path}")
9392
try:
9493
version_output = _laz.subprocess.run([uv_path, "-V"], capture_output=True, text=True)
9594
except (FileNotFoundError, _laz.subprocess.CalledProcessError):

0 commit comments

Comments
 (0)