Skip to content

Commit 8da49ca

Browse files
committed
remove comment
1 parent 0502c79 commit 8da49ca

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
@@ -73,7 +73,6 @@ function on_click(x,y)
7373
end
7474

7575
function on_update()
76-
info("Lua: updating")
7776
local cells = fetch_life_state().cells
7877
local settings = world.get_resource(Settings)
7978
local dimensions = settings.physical_grid_dimensions

0 commit comments

Comments
 (0)