Remove unecessary double log
This commit is contained in:
@@ -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<object?>(
|
||||
null,
|
||||
BackendErrorCodes.HTTPNotFound,
|
||||
|
||||
Reference in New Issue
Block a user