From d9e660f5b50614ea416d152bb34346c25f89412c Mon Sep 17 00:00:00 2001 From: Archangel Date: Sat, 20 Sep 2025 16:58:20 +0200 Subject: [PATCH] Remove unecessary double log --- Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs b/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs index 804869c8..8986f7c0 100644 --- a/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs +++ b/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs @@ -170,7 +170,6 @@ public class SptHttpListener( // Route doesn't exist or response is not properly set up if (string.IsNullOrEmpty(output)) { - logger.Error(serverLocalisationService.GetText("unhandled_response", context.Request.Path.ToString())); output = httpResponseUtil.GetBody( null, BackendErrorCodes.HTTPNotFound,