diff --git a/MTC_Adapter/MTC_Adapter/AdapterESA.cs b/MTC_Adapter/MTC_Adapter/AdapterESA.cs index 65e10d6..c0a51ce 100644 --- a/MTC_Adapter/MTC_Adapter/AdapterESA.cs +++ b/MTC_Adapter/MTC_Adapter/AdapterESA.cs @@ -309,7 +309,6 @@ namespace MTC_Adapter } else if (mapIOT_Byte[i].varName.StartsWith("IOT_LUB_")) { - // recupero NUMERO try { numero = Convert.ToInt32(mapIOT_Byte[i].varName.Replace("IOT_LUB_", "").Replace("_STA", "").Replace("_CNT", "")); @@ -345,7 +344,6 @@ namespace MTC_Adapter } else if (mapIOT_Byte[i].varName.StartsWith("IOT_I_MD_")) { - // recupero NUMERO try { numero = Convert.ToInt32(mapIOT_Byte[i].varName.Replace("IOT_I_MD_", ""));