revert
This commit is contained in:
parent
279e268279
commit
80a314a999
|
|
@ -292,8 +292,8 @@ namespace CodeCompletion
|
|||
else
|
||||
System.Diagnostics.Debug.Assert(cond);
|
||||
#else
|
||||
if (!cond)
|
||||
throw new Exception(message);
|
||||
//if (!cond)
|
||||
// throw new Exception(message);
|
||||
/*if (message != null)
|
||||
System.Diagnostics.Trace.Assert(cond, message);
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue