mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 17:46:32 +08:00
Rmeoves console.log
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user