Remove console out from Release version
This commit is contained in:
parent
61ef84a1ef
commit
63efca8eb6
@ -555,10 +555,12 @@ namespace sscs.verbs
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Console.WriteLine(e.ToString());
|
||||
//Console.WriteLine(e.ToString());
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
DoDumpLinkedKeys(ssStore, wo);
|
||||
#endif
|
||||
|
||||
return wo;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user