From 26da8f2ad030627eb81ace8a3b8af22ab7f6a34e Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 17 Sep 2026 15:20:36 -0400 Subject: Remove temporary debugging Signed-off-by: Andrew Opalach --- Plugin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Plugin.cs') diff --git a/Plugin.cs b/Plugin.cs index 984b3ad..97a46ee 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -71,8 +71,8 @@ namespace WorldTuningTool { if (!condition && !loggedAssertFailed) { - Log.Error($"Assert failed on line {line}."); - //loggedAssertFailed = true; + Log.Error($"Assert failed on line {line}, further asserts won't be logged."); + loggedAssertFailed = true; } #if ENABLE_ASSERTS Trace.Assert(condition); -- cgit v1.2.3-101-g0448