Remove console out from Release version

This commit is contained in:
Jim Norman 2005-10-21 00:44:48 +00:00
parent 61ef84a1ef
commit 63efca8eb6

View File

@ -555,10 +555,12 @@ namespace sscs.verbs
} }
catch (Exception e) catch (Exception e)
{ {
Console.WriteLine(e.ToString()); //Console.WriteLine(e.ToString());
} }
#if DEBUG
DoDumpLinkedKeys(ssStore, wo); DoDumpLinkedKeys(ssStore, wo);
#endif
return wo; return wo;
} }