From c8a4a2bb6e0b708882b605f246509309bbdc2ff1 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Wed, 25 Sep 2019 06:30:46 +0000 Subject: [PATCH] DataBeam : - disabilitato debug in Process. --- Process.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Process.lua b/Process.lua index 264b485..1cd3315 100644 --- a/Process.lua +++ b/Process.lua @@ -5,7 +5,7 @@ -- Intestazioni require( 'EgtBase') _ENV = EgtProtectGlobal() -EgtEnableDebug( true) +EgtEnableDebug( false) -- Imposto direttorio libreria specializzata per Travi local sBaseDir = EgtGetSourceDir()