Skip to content

Commit db448aa

Browse files
committed
remove unnecessary thing
1 parent ff4346f commit db448aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/scripts/game_of_life.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ end
7575

7676
function on_update()
7777
local cells = fetch_life_state().cells
78-
world.log_all_allocations()
7978
local settings = world.get_resource(Settings)
8079
local dimensions = settings.physical_grid_dimensions
8180
local dimension_x = dimensions._1

0 commit comments

Comments
 (0)