Removed dupe log line

This commit is contained in:
Chomp
2025-10-06 12:26:00 +01:00
parent b15e284bc1
commit 53b950609e
-2
View File
@@ -1,6 +1,5 @@
using System.Net;
using System.Net.Sockets;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security.Authentication;
using System.Text;
@@ -119,7 +118,6 @@ public static class Program
}
catch (Exception ex)
{
Console.WriteLine(ex);
serverExceptionLogger.LogCritical(ex, "Critical exception, stopping server...");
throw;
}