diff --git a/augment/modules/wh.lua b/augment/modules/wh.lua index 5d3f909..b170b4c 100644 --- a/augment/modules/wh.lua +++ b/augment/modules/wh.lua @@ -4,7 +4,6 @@ return function() local cubes = {} while _G._running do local el = entities - print("found "..#entities.." entities") for i, cube in ipairs(cubes) do if el[i] == nil then cube.setSize(0.0, 0.0, 0.0)