From 59542efb82228b46bb3e4e483ba3f09166a0cc3e Mon Sep 17 00:00:00 2001 From: Ivan Bondarev Date: Wed, 17 Nov 2021 21:45:52 +0100 Subject: [PATCH] working changes --- CodeCompletion/Testing.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }