removed debug output

This commit is contained in:
van Hauser
2020-03-10 16:27:28 +01:00
parent cd377f3d99
commit 2832cb643d

View File

@ -328,7 +328,6 @@ u8 run_target(afl_state_t* afl, u32 timeout) {
return FAULT_NONE;
handle_stop_soon:
printf("CALLED");
timer_delete(timer);
return 0;