From 81cc518e0d4d58022999f9defc57c7ba0f903acb Mon Sep 17 00:00:00 2001 From: hkc Date: Thu, 12 Oct 2023 20:46:08 +0300 Subject: [PATCH] Less verbose logging -.- --- augment/modules/wh.lua | 1 - 1 file changed, 1 deletion(-) 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)