Rmeoves console.log

This commit is contained in:
gaba
2016-11-04 13:36:35 -07:00
parent 19a7de5c98
commit 4836069fb6
-1
View File
@@ -31,7 +31,6 @@ router.post('/', (req, res, next) => {
comment.save().then(({id}) => {
res.status(201).send(id);
}).catch(error => {
console.log(error);
next(error);
});