Skip to content

Commit

Permalink
Remove stray println
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Feb 18, 2024
1 parent 9bc424a commit eed5fa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ fn primary_target_dir() -> PathBuf {
if let Some(target_dir) = env::var_os("CARGO_TARGET_DIR") {
let target_dir = PathBuf::from(target_dir);
if target_dir.is_dir() {
println!("first out");
return target_dir;
};
}
Expand Down

0 comments on commit eed5fa0

Please sign in to comment.