Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
docs: new changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 31, 2022
1 parent e3f7833 commit 52f2ff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

*
* Issue related with empty body payloads and forwarding

## [0.2.3] - 2022-03-31

Expand Down
3 changes: 0 additions & 3 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ app.all("*", (req, res, next) => {
forever: true
};

console.info(`'${req.body}'`);
console.info(req.body);

// in case there's a valid body defined for the request
// then sets the body in the options
if (req.body && Buffer.isBuffer(req.body) && req.body.length > 0) {
Expand Down

0 comments on commit 52f2ff1

Please sign in to comment.