remove debug message

v1
Brett 2024-03-04 11:33:04 -05:00
parent e2364280b0
commit fe9cd9a6ef
1 changed files with 0 additions and 1 deletions

View File

@ -499,7 +499,6 @@ namespace blt
return;
std::iter_swap(blocks.begin() + remove_index, blocks.end() - 1);
allocator.deallocate(blocks.back().buffer, size_);
BLT_DEBUG("I have freed a block!");
blocks.pop_back();
}