Remove commented out code

This commit is contained in:
2026-09-14 15:48:34 -04:00
parent 42f1c1735d
commit ac773b8ada
@@ -66,10 +66,6 @@ namespace VEPROMS
}
else // Step Tab Panel
{
// The following line was broken into separate lines because a NullReferenceError was occurring.
// Now we should be able to tell what is wrong by which line causes the Null Reference Error
// RHM 20101217
//SelectedDVI = value.MyStepPanel.MyProcedureItemInfo.MyProcedure.ActiveParent as DocVersionInfo;
StepPanel stepPanel = value.MyStepPanel;
ItemInfo itemInfo = stepPanel.MyProcedureItemInfo;
ProcedureInfo procedureInfo = itemInfo.MyProcedure;