Skip to content

Commit

Permalink
remove useless debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
theoricien committed Jun 13, 2020
1 parent af73b86 commit 8a7cc40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/heapview.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ heap_init (void)
info = (struct ptm2v_info *) malloc (sizeof (struct ptm2v_info));
ptasserte (info != NULL);

printf("----> %p\n", r_malloc);
printf("main_arena = r_malloc + 0x%x\n", OFF_MAIN_ARENA);
info->main_arena = r_malloc + OFF_MAIN_ARENA;
info->heap_base = heap_base;
info->free = _ptm2v_info_free;
Expand Down

0 comments on commit 8a7cc40

Please sign in to comment.