Skip to content

Commit

Permalink
fix: remove comments and logs for prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Jun 11, 2024
1 parent 8e4e13a commit cd0151b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export class HttpStatusCodeMiddleware extends ExpressoMiddleware {
let path = req.path.endsWith("/") ? req.path.slice(0, -1) : req.path;
const formattedMethod = req.method.toLowerCase();

console.log("status code mapping", statusCodeMapping);
if (path === "/" || path === "") {
path = "/";
}
Expand Down

0 comments on commit cd0151b

Please sign in to comment.