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

@@ -2631,7 +2631,7 @@ namespace VEPROMS.CSLA.Library
#region Lookups and More Related
private ItemInfoList Lookup(int fromType, ref ItemInfoList itemInfoList)
{
Console.WriteLine(itemInfoList);
//Console.WriteLine(itemInfoList);
if (itemInfoList == null)
itemInfoList = Lookup(fromType);
return itemInfoList;