From 87494ae0ed9ccf8c92887ab4a71d4d7eaaf968a1 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 6 May 2013 17:17:58 +0000 Subject: [PATCH] commented out console writeline --- PROMS/Volian.Controls.Library/EditItem.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROMS/Volian.Controls.Library/EditItem.cs b/PROMS/Volian.Controls.Library/EditItem.cs index 64c71707..7cf47835 100644 --- a/PROMS/Volian.Controls.Library/EditItem.cs +++ b/PROMS/Volian.Controls.Library/EditItem.cs @@ -2150,8 +2150,8 @@ namespace Volian.Controls.Library if (MyItemInfo.ActiveFormat.MyStepSectionLayoutData.Dev_Format && (MyItemInfo.IsCaution || MyItemInfo.IsNote )) { int x = MyStepPanel.ToDisplay(MyItemInfo.ActiveFormat.MyStepSectionLayoutData.ColT); - if (MyItemInfo.ItemID == 1 || MyItemInfo.ItemID == 52) - Console.WriteLine("here"); + //if (MyItemInfo.ItemID == 1 || MyItemInfo.ItemID == 52) + // Console.WriteLine("here"); if(MyItemInfo.IsNote) x += Width + 6; Location = new Point(x, FindTop(myTop));