From 806f56ca3897b422be7fc3cc068b23c2eeb682c9 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 17 Feb 2023 13:04:09 +0000 Subject: [PATCH] Remove debug string --- core/runtime/default_temporary_allocator.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/runtime/default_temporary_allocator.odin b/core/runtime/default_temporary_allocator.odin index 85e76df6c..9cc17584a 100644 --- a/core/runtime/default_temporary_allocator.odin +++ b/core/runtime/default_temporary_allocator.odin @@ -202,5 +202,4 @@ default_temp_allocator :: proc(allocator: ^Default_Temp_Allocator) -> Allocator @(fini, private) _destroy_temp_allocator_fini :: proc() { default_temp_allocator_destroy(&global_default_temp_allocator_data) - print_string("fini") }