remove stray debugging fprintf

This commit is contained in:
hexcoder-
2020-12-12 16:40:13 +01:00
parent fd30a4184a
commit befb1a2f39

View File

@ -365,7 +365,7 @@ u8 calibrate_case(afl_state_t *afl, struct queue_entry *q, u8 *use_mem,
write_to_testcase(afl, use_mem, q->len);
fault = fuzz_run_target(afl, &afl->fsrv, use_tmout);
fprintf(stderr, "from fuzz_run_target() fault=%u\n", fault);
/* afl->stop_soon is set by the handler for Ctrl+C. When it's pressed,
we want to bail out quickly. */