Skip to content

Commit 04222a8

Browse files
committed
Remove testing code
1 parent e27bec6 commit 04222a8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ext/lexbor/lexbor/core/mraw.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ lexbor_mraw_mem_alloc(lexbor_mraw_t *mraw, size_t length)
166166
mem->chunk_length++;
167167

168168
#if defined(LEXBOR_HAVE_ADDRESS_SANITIZER)
169-
printf("asd");
170169
ASAN_POISON_MEMORY_REGION(mem->chunk->data, mem->chunk->size);
171170
#endif
172171
}

0 commit comments

Comments
 (0)