diff --git a/PROMS/Volian.Controls.Library/vlnTreeView.cs b/PROMS/Volian.Controls.Library/vlnTreeView.cs index 382e1767..907c3898 100644 --- a/PROMS/Volian.Controls.Library/vlnTreeView.cs +++ b/PROMS/Volian.Controls.Library/vlnTreeView.cs @@ -1894,9 +1894,6 @@ namespace Volian.Controls.Library { case "Print Section": VETreeNode tn2 = SelectedNode as VETreeNode; - //ProcedureInfo pi2 = tn2.VEObject as ProcedureInfo; - //SectionInfo sectInfo = tn2.VEObject as SectionInfo; - //OnPrintSection(this, new vlnTreeEventArgs(sectInfo as SectionInfo, null, 0)); OnPrintSection(this, new vlnTreeEventArgs(tn2 as VETreeNode, null, 0)); break; case "Open":