commented out console writeline

This commit is contained in:
John Jenko 2013-05-06 17:17:58 +00:00
parent f2b59812a0
commit 87494ae0ed

View File

@ -2150,8 +2150,8 @@ namespace Volian.Controls.Library
if (MyItemInfo.ActiveFormat.MyStepSectionLayoutData.Dev_Format && (MyItemInfo.IsCaution || MyItemInfo.IsNote )) if (MyItemInfo.ActiveFormat.MyStepSectionLayoutData.Dev_Format && (MyItemInfo.IsCaution || MyItemInfo.IsNote ))
{ {
int x = MyStepPanel.ToDisplay(MyItemInfo.ActiveFormat.MyStepSectionLayoutData.ColT); int x = MyStepPanel.ToDisplay(MyItemInfo.ActiveFormat.MyStepSectionLayoutData.ColT);
if (MyItemInfo.ItemID == 1 || MyItemInfo.ItemID == 52) //if (MyItemInfo.ItemID == 1 || MyItemInfo.ItemID == 52)
Console.WriteLine("here"); // Console.WriteLine("here");
if(MyItemInfo.IsNote) if(MyItemInfo.IsNote)
x += Width + 6; x += Width + 6;
Location = new Point(x, FindTop(myTop)); Location = new Point(x, FindTop(myTop));