Browse Source

Remove debug string

gingerBill 2 years ago
parent
commit
806f56ca38
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/runtime/default_temporary_allocator.odin

+ 0 - 1
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")
 }