commented out console writeline
This commit is contained in:
		@@ -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));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user