diff --git a/PROMS/VEPROMS.CSLA.Library/VEObjects/VETreeNode.cs b/PROMS/VEPROMS.CSLA.Library/VEObjects/VETreeNode.cs index 4e77ca73..7e75b55b 100644 --- a/PROMS/VEPROMS.CSLA.Library/VEObjects/VETreeNode.cs +++ b/PROMS/VEPROMS.CSLA.Library/VEObjects/VETreeNode.cs @@ -242,8 +242,10 @@ namespace VEPROMS.CSLA.Library OnLoadingChildrenSQL(tn, new VETreeNodeEventArgs()); IList ol; ItemInfo item = veobj as ItemInfo; +#if DEBUG if (item != null && item.ItemID == 378) Console.WriteLine("here"); +#endif if (veobj.GetType() == typeof(StepInfo) || veobj.GetType() == typeof(SectionInfo) || veobj.GetType() == typeof(ItemInfo)) ol = ((ItemInfo)veobj).GetChildren(true); else