From 41874dc9e643d54d93ae66041bbc3ccf302ee1ab Mon Sep 17 00:00:00 2001 From: Olav Bakke Svendsen Date: Thu, 30 May 2024 15:42:26 +0200 Subject: [PATCH] Removed debugging-related print call from rscr/controller.lua --- rscr/controller.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/rscr/controller.lua b/rscr/controller.lua index ec1831a..057dfed 100644 --- a/rscr/controller.lua +++ b/rscr/controller.lua @@ -124,12 +124,7 @@ end local update_remotes update_remotes = function() - if update() then - transmit(st) - print(os.clock(), "updating...") - else - print(os.clock(), "nothing to update") - end + if update() then transmit(st) end os.sleep(2) return update_remotes() end -- 2.30.2