diff --git a/include/blt/std/allocator.h b/include/blt/std/allocator.h index e4df35f..0852f00 100644 --- a/include/blt/std/allocator.h +++ b/include/blt/std/allocator.h @@ -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(); }