Skip to content

Commit 18ceb9f

Browse files
committed
Remove stray debugging line
1 parent 9d1c6a7 commit 18ceb9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cargo/ops/cargo_install.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,6 @@ fn parse_semver_flag(v: &str) -> CargoResult<VersionReq> {
627627
),
628628
}
629629
} else {
630-
println!("DWH: Converting...");
631630
match v.to_semver() {
632631
Ok(v) => Ok(VersionReq::exact(&v)),
633632
Err(e) => {

0 commit comments

Comments
 (0)