Skip to content

Commit 359f318

Browse files
remove debug printf
1 parent 3c6b062 commit 359f318

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

staticmemory/memory-bucket-optimizer/optimizer/memory_bucket_optimizer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ void optimize_buckets(AllocSizeNode* alloc_sizes, AllocSizeNode* alloc_sizes_by_
446446
}
447447
current = current->next;
448448
}
449-
printf("num_buckets = %d max = %p\n", *num_buckets, max);
450449
if (max != NULL) {
451450
buckets[*num_buckets] = calculate_bucket_size_with_padding(max->size);
452451
dist[*num_buckets] = max->max_concurrent;

0 commit comments

Comments
 (0)