diff --git a/MP-Site/App_Start/MP_Startup.cs b/MP-Site/App_Start/MP_Startup.cs index c4e2dd07..8c01c7ec 100644 --- a/MP-Site/App_Start/MP_Startup.cs +++ b/MP-Site/App_Start/MP_Startup.cs @@ -7,13 +7,7 @@ namespace MP_SITE { public static void Init() { -#if false - try - { - logger.lg.scriviLog("Esecuzione MyStartup.init()", tipoLog.STARTUP); - } - catch - { } + logger.lg.scriviLog("Esecuzione MyStartup.init()", tipoLog.STARTUP); try { // inizializzo appConf prima di tutto il resto... @@ -23,8 +17,7 @@ namespace MP_SITE catch (Exception exc) { logger.lg.scriviLog(string.Format("Eccezione in fase di INIT preliminare applicazione{0}{1}", Environment.NewLine, exc), tipoLog.EXCEPTION); - } -#endif + } } } } \ No newline at end of file