Skip to content

Commit

Permalink
Removed debug println!
Browse files Browse the repository at this point in the history
  • Loading branch information
aniljava committed Dec 3, 2020
1 parent 4787dd3 commit a006347
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testsuite/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ fn finds_author_email_only() {
.run();

let toml = paths::root().join("foo/Cargo.toml");
println!("{:?}", toml);
let contents = fs::read_to_string(&toml).unwrap();
assert!(contents.contains(r#"authors = ["<baz>"]"#));
}
Expand Down

0 comments on commit a006347

Please sign in to comment.