Skip to content

Commit

Permalink
chore: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jan 7, 2025
1 parent ba2533b commit 2363fbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ app.use((req, res, next) => {
requestId,
method: req.method,
url: req.url,
ip: req.ip,
headers: req.headers, // Add headers logging
}, 'Incoming request');

// Log response
Expand Down

0 comments on commit 2363fbd

Please sign in to comment.