From a8c673abf54f8b95d833be26f294a60900b5b2a2 Mon Sep 17 00:00:00 2001 From: neru Date: Tue, 6 May 2025 20:23:48 -0300 Subject: [PATCH] test: remove test logs --- lua/CC Tweaked/tutel/tutel-host.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index b92f402..791c8ad 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -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()