Skip to content

Commit 87da228

Browse files
committed
Revert eprintln
1 parent 6485d78 commit 87da228

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/tools/py/src/venv.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,6 @@ pub fn populate_venv<A: PthEntryHandler>(
934934
// joined to the dirname. Without explicitly taking the parent
935935
// we're off by 1.
936936
let resolved = diff_paths(&src, &dest.parent().unwrap()).unwrap();
937-
eprintln!("Linking {dest:?} -> {src:?} ({resolved:?})");
938937
unix_fs::symlink(&resolved, &dest).into_diagnostic()?;
939938
}
940939
Command::PthEntry { path } => {

0 commit comments

Comments
 (0)