From c6c92bbd30f73917e762d47c29b8b11947d26586 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Mon, 4 Mar 2024 11:15:25 -0500 Subject: [PATCH] alloc --- include/blt/std/allocator.h | 1 - 1 file changed, 1 deletion(-) 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}); }