test: remove test logs

This commit is contained in:
2025-05-06 20:23:48 -03:00
parent df6681c544
commit a8c673abf5
-5
View File
@@ -285,11 +285,6 @@ end
--[[
main loop
]]
for i = 0, 15, 1 do
log.info("some log %d", i)
log.warning("some warning %d", i)
end
sendToAll("SCAN", { ["hostChannel"] = HOST_CHANNEL })
while true do
updateScreen()