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; }