From 39ad03178da1505bab4996a74b80e2451fc53d49 Mon Sep 17 00:00:00 2001 From: Marc Hernandez Date: Tue, 21 May 2024 18:10:56 -0700 Subject: [PATCH] Remove consol debug write --- logging/Log.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/logging/Log.cs b/logging/Log.cs index ca8643f..c2e7e11 100644 --- a/logging/Log.cs +++ b/logging/Log.cs @@ -516,7 +516,6 @@ static public class log } else { - Console.WriteLine($"LOG: {s_lastSecond} != {curSecond}" ); s_timeHeader = "*"; s_lastSecond = curSecond; }