Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Sep 10, 2024
1 parent 040cb20 commit 2a96a2a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/proxy.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ export function Redbird(opts) {
//
// Send a 500 http status if headers have been sent
//

console.log({ err, req, res });

if (err.code === 'ECONNREFUSED') {
res.writeHead && res.writeHead(502);
} else if (!res.headersSent) {
Expand Down

0 comments on commit 2a96a2a

Please sign in to comment.