Skip to content

Commit

Permalink
remove extraneous println
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump committed Jan 8, 2023
1 parent 079a7c4 commit ddf796d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libafl_libfuzzer/libafl_libfuzzer_runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ macro_rules! make_fuzz_closure {
// In case the corpus is empty (on first run), reset
if state.corpus().count() < 1 {
if !$options.dirs().is_empty() {
println!("Loading from {:?}", $options.dirs());
// Load from disk
state
.load_initial_inputs(&mut fuzzer, &mut executor, &mut mgr, $options.dirs())
Expand Down

0 comments on commit ddf796d

Please sign in to comment.