Skip to content

Commit

Permalink
Remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
griffri committed Jul 10, 2024
1 parent 164180f commit bc52fdd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public class AssetRequestProcessor
}
catch (Exception ex)
{
// TODO - is this the correct status?
logger.LogError(ex, "Error parsing path '{Path}'", httpContext.Request.Path);
return (null, HttpStatusCode.BadRequest);
}
Expand Down
1 change: 0 additions & 1 deletion src/protagonist/Thumbs/ThumbsMiddleware.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public class ThumbsMiddleware
}
catch (Exception ex)
{
// TODO - is this the correct status?
logger.LogError(ex, "Error processing request for request {Path}", context.Request.Path);
context.Response.StatusCode = (int)HttpStatusCode.BadRequest;
}
Expand Down

0 comments on commit bc52fdd

Please sign in to comment.