Skip to content

Commit

Permalink
Clean and sanitaze code
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Feb 14, 2022
1 parent a8a228a commit 39ec7a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/controllers/inventory/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,6 @@ function countInventoryGroups(req, res, next) {
* Create a new inventory types
*/
function createInventoryTypes(req, res, next) {
console.log('REQ.BODYYYYYYYYyyyyyyyyyyyyY');
console.log(req.body);

types.create(req.body)
.then((id) => {
res.status(201).json({ id });
Expand Down

0 comments on commit 39ec7a8

Please sign in to comment.