From 80a314a9998a57c7c4767dc5d6ac1d8e22e7fded Mon Sep 17 00:00:00 2001 From: Ivan Bondarev Date: Thu, 27 Nov 2025 19:44:20 +0100 Subject: [PATCH] revert --- CodeCompletion/Testing.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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