From 53b950609e4364b24015b27e40ac090c1ab94a3b Mon Sep 17 00:00:00 2001 From: Chomp Date: Mon, 6 Oct 2025 12:26:00 +0100 Subject: [PATCH] Removed dupe log line --- SPTarkov.Server/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/SPTarkov.Server/Program.cs b/SPTarkov.Server/Program.cs index c8cfcd81..443debc0 100644 --- a/SPTarkov.Server/Program.cs +++ b/SPTarkov.Server/Program.cs @@ -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; }