Skip to content

Commit a006347

Browse files
committed
Removed debug println!
1 parent 4787dd3 commit a006347

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/testsuite/new.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ fn finds_author_email_only() {
226226
.run();
227227

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

0 commit comments

Comments
 (0)