From 1c4970fdb604688001996dd89444f3cc62ef7897 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Wed, 10 Dec 2025 19:09:58 +0100 Subject: [PATCH] - in Process tolto debug --- Process.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Process.lua b/Process.lua index 60c7c2e..448d9fc 100644 --- a/Process.lua +++ b/Process.lua @@ -7,7 +7,7 @@ -- Intestazioni require( 'EgtBase') _ENV = EgtProtectGlobal() -EgtEnableDebug( true) +EgtEnableDebug( false) -- Imposto direttorio libreria specializzata per Travi EgtAddToPackagePath( BEAM.BASEDIR .. '\\LuaLibs\\?.lua') @@ -350,7 +350,7 @@ local function MyProcessFeatures() -- cancello gruppo temporaneo local idTempGroup = BeamLib.GetTempGroup() - --EgtErase( idTempGroup) + EgtErase( idTempGroup) if #sOutput > 0 then EgtOutLog( sOutput) end if nErrCnt > 0 then