Skip to content

Commit

Permalink
remove that joyful debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Nov 3, 2022
1 parent d50ca6e commit 1bf807a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@ fn remove_dependencies(manifest: &str, dependencies_list: &[String]) -> anyhow::
}

fn main() {
for (k, v) in std::env::vars_os() {
println!("ENV: {} = {}", k.to_string_lossy(), v.to_string_lossy());
}
let exit_code = match run_machete() {
Ok(false) => 0,
Ok(true) => 1,
Expand Down

0 comments on commit 1bf807a

Please sign in to comment.