cleanup commento

This commit is contained in:
Samuele E. Locatelli
2025-03-07 11:43:26 +01:00
parent 36794ec477
commit 1ffd8dd66c
-1
View File
@@ -232,7 +232,6 @@ namespace IOB_UT_NEXT.Config
{
newConfObj.Device.IsMulti = fIni.ReadInteger("OPTPAR", "IS_MULTI", 0) == 1;
}
//newConfObj.Device.IsMulti = Convert.ToBoolean(fIni.ReadString("OPTPAR", "IS_MULTI", "false")) || fIni.ReadInteger("OPTPAR", "IS_MULTI", 0) == 1;
}
exclOptPar.Add("IS_MULTI");