Remove leftover testing messages

This commit is contained in:
2025-04-25 10:43:21 +02:00
parent 230c9803ea
commit e41dfb3344
2 changed files with 0 additions and 2 deletions

View File

@@ -73,7 +73,6 @@ end
function industrialtest.Machine.trigger(self,pos)
local timer=minetest.get_node_timer(pos)
if not timer:is_started() then
minetest.debug("updating "..minetest.serialize(pos))
timer:start(industrialtest.updateDelay)
end
end