diff --git a/CodeCompletion/Testing.cs b/CodeCompletion/Testing.cs index f75dc82e3..ed5216926 100644 --- a/CodeCompletion/Testing.cs +++ b/CodeCompletion/Testing.cs @@ -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