diff --git a/CodeCompletion/Testing.cs b/CodeCompletion/Testing.cs index 8e080ba77..4a37f070b 100644 --- a/CodeCompletion/Testing.cs +++ b/CodeCompletion/Testing.cs @@ -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 }