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
|
// 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,
|
||||||
|
|||||||
Reference in New Issue
Block a user