Skip to content

Commit

Permalink
delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Oct 13, 2023
1 parent 49b7914 commit a312693
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/terms/root/root.middlewares.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export const fromPayloadToTerms = async (req, res, next) => {
}

req.body = terms;
console.log(terms)
return next();
};

Expand Down

0 comments on commit a312693

Please sign in to comment.