remove debug printf

pull/513/head
JacobBarthelmeh 2025-08-01 10:12:54 -06:00
parent 3c6b062c56
commit 359f318dcb
1 changed files with 0 additions and 1 deletions

View File

@ -446,7 +446,6 @@ void optimize_buckets(AllocSizeNode* alloc_sizes, AllocSizeNode* alloc_sizes_by_
}
current = current->next;
}
printf("num_buckets = %d max = %p\n", *num_buckets, max);
if (max != NULL) {
buckets[*num_buckets] = calculate_bucket_size_with_padding(max->size);
dist[*num_buckets] = max->max_concurrent;