Skip to content

Commit

Permalink
Remove debug env printing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Nov 14, 2019
1 parent f41c720 commit 4e56a43
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bin/cargo-miri.rs
Original file line number Diff line number Diff line change
Expand Up @@ -514,12 +514,8 @@ fn inside_cargo_rustc() {

let rustc_args = std::env::args().skip(2); // skip `cargo rustc`


eprintln!("cargo rustc env: {:?}", std::env::vars().collect::<Vec<_>>());

let in_build_script = is_build_dep(std::env::args().skip(2));


let mut args = if in_build_script {
rustc_args.collect()
} else {
Expand Down

0 comments on commit 4e56a43

Please sign in to comment.