remove console.log from post route

This commit is contained in:
2018-05-24 19:44:26 +03:00
parent 3a8df79bf5
commit 6598874331
3 changed files with 8 additions and 9 deletions

View File

@@ -26,9 +26,9 @@
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-node": "^2.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.15.1",
"eslint-plugin-jest": "^21.15.2",
"jest": "^22.4.4",
"nodemon": "^1.17.4",
"nodemon": "^1.17.5",
"supertest": "^3.1.0"
},
"jest": {