Skip to content

Commit

Permalink
Remove stray debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed May 8, 2020
1 parent 9d1c6a7 commit 18ceb9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cargo/ops/cargo_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ fn parse_semver_flag(v: &str) -> CargoResult<VersionReq> {
),
}
} else {
println!("DWH: Converting...");
match v.to_semver() {
Ok(v) => Ok(VersionReq::exact(&v)),
Err(e) => {
Expand Down

0 comments on commit 18ceb9f

Please sign in to comment.