working changes

This commit is contained in:
Ivan Bondarev 2021-11-17 21:45:52 +01:00
parent 2333105466
commit 59542efb82

View file

@ -268,10 +268,10 @@ namespace CodeCompletion
else
System.Diagnostics.Debug.Assert(cond);
#else
if (message != null)
/*if (message != null)
System.Diagnostics.Trace.Assert(cond, message);
else
System.Diagnostics.Trace.Assert(cond);
System.Diagnostics.Trace.Assert(cond);*/
#endif
}