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,