Skip to content
Snippets Groups Projects
Verified Commit 317ad789 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

remove print

parent e74726ae
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,6 @@ pub fn bench_multiple(b: &Bencher, benches: Vec<(String, Box<dyn Fn() -> Duratio
"could not create parent directory of log file '{}'",
path.to_str().unwrap()
));
println!("append: {}", append);
let mut f = File::options()
.write(true)
.append(append)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment