Remove Unnecessary debug message

Fixed logic to find external transition when attempting to delete a procedure
Turn-on Table Shrinking Generically
This commit is contained in:
Rich
2015-05-29 00:09:39 +00:00
parent 5b07290ccd
commit 1463ec8853
6 changed files with 11 additions and 10 deletions

View File

@@ -482,7 +482,7 @@ namespace Volian.Controls.Library
// this line of code was moved before the find for the indent so that
// the window gets resized if the indent changes the height, i.e. more line(s) in window.
AddEventHandlers();
if (MyItemInfo.InList(186722)) Console.WriteLine("here");
//if (MyItemInfo.InList(186722)) Console.WriteLine("here");
if ((indchar = Find(indentToken, indchar, RichTextBoxFinds.None)) >= 0)
{
int nindents = 0;