about summary refs log tree commit diff
path: root/llvm_mode
diff options
context:
space:
mode:
Diffstat (limited to 'llvm_mode')
-rw-r--r--llvm_mode/afl-llvm-rt.o.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm_mode/afl-llvm-rt.o.c b/llvm_mode/afl-llvm-rt.o.c
index 22c34ae8..8cc59cbb 100644
--- a/llvm_mode/afl-llvm-rt.o.c
+++ b/llvm_mode/afl-llvm-rt.o.c
@@ -184,9 +184,7 @@ static void __afl_map_shm_fuzz() {
 static void __afl_map_shm(void) {
 
   // we we are not running in afl ensure the map exists
-  fprintf(stderr, "Was: %p\n", __afl_area_ptr);
   if (!__afl_area_ptr) __afl_area_ptr = __afl_area_initial;
-  fprintf(stderr, "Is: %p\n", __afl_area_ptr);
 
   char *id_str = getenv(SHM_ENV_VAR);