From fc5071a9ae98fa972bc949f3c46cf02c252d2cbd Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Wed, 17 Sep 2025 15:50:54 +0200 Subject: [PATCH] In PanelSaw, tolto debug --- LuaLibs/PanelSaw.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaLibs/PanelSaw.lua b/LuaLibs/PanelSaw.lua index f5c72d2..74ef71d 100644 --- a/LuaLibs/PanelSaw.lua +++ b/LuaLibs/PanelSaw.lua @@ -3,7 +3,7 @@ -- Intestazioni require( 'EgtBase') -EgtEnableDebug( true) +EgtEnableDebug( false) local PanelSaw = {}