Remove unecessary double log

This commit is contained in:
Archangel
2025-09-20 16:58:20 +02:00
parent 72559be340
commit d9e660f5b5
@@ -170,7 +170,6 @@ public class SptHttpListener(
// Route doesn't exist or response is not properly set up // Route doesn't exist or response is not properly set up
if (string.IsNullOrEmpty(output)) if (string.IsNullOrEmpty(output))
{ {
logger.Error(serverLocalisationService.GetText("unhandled_response", context.Request.Path.ToString()));
output = httpResponseUtil.GetBody<object?>( output = httpResponseUtil.GetBody<object?>(
null, null,
BackendErrorCodes.HTTPNotFound, BackendErrorCodes.HTTPNotFound,