about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz-run.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afl-fuzz-run.c b/src/afl-fuzz-run.c
index 786c5c68..28abad65 100644
--- a/src/afl-fuzz-run.c
+++ b/src/afl-fuzz-run.c
@@ -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;