Remove 1 log and put back the other.

This commit is contained in:
Nicolas Patry 2024-09-10 10:59:58 +02:00
parent 29d3601457
commit 2881edb3d7
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
2 changed files with 1 additions and 3 deletions

View File

@ -366,7 +366,7 @@ impl State {
break;
}
Some(block_allocation) => {
// tracing::debug!("Allocation: {block_allocation:?}");
tracing::debug!("Allocation: {block_allocation:?}");
max_blocks = max(max_blocks, block_allocation.blocks.len() as u32);
Some(block_allocation)
}

View File

@ -123,8 +123,6 @@ impl Allocator for RadixAllocator {
prefill_tokens: prefill_tokens.clone(),
};
// tracing::debug!("Blocks {blocks:?}");
self.allocation_id += 1;
self.allocations.insert(self.allocation_id, allocation);