diff --git a/include/blt/std/allocator.h b/include/blt/std/allocator.h index 9d0476b..5e8f98a 100644 --- a/include/blt/std/allocator.h +++ b/include/blt/std/allocator.h @@ -433,7 +433,6 @@ namespace blt void expand() { - BLT_INFO("I have expanded!"); blocks.push_back({static_cast(allocator.allocate(size_)), 0}); }