minor: remove debug print

This commit is contained in:
Aleksey Kladov 2021-05-31 20:20:30 +03:00
parent 020610f453
commit ee51bf04be

View file

@ -145,7 +145,6 @@ fn parser_fuzz_tests() {
fn reparse_fuzz_tests() {
for (_, text) in collect_rust_files(&test_data_dir(), &["reparse/fuzz-failures"]) {
let check = fuzz::CheckReparse::from_data(text.as_bytes()).unwrap();
println!("{:?}", check);
check.run();
}
}