Remove debug string

This commit is contained in:
gingerBill
2023-02-17 13:04:09 +00:00
parent c40b6c7c2f
commit 806f56ca38

View File

@@ -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")
}