mirror of
https://github.com/wassname/talk.git
synced 2026-08-02 13:10:23 +08:00
Removes console log.
This commit is contained in:
@@ -19,7 +19,6 @@ router.get('/', (req, res, next) => {
|
||||
}).then(([comments, users, actions]) => {
|
||||
res.json([...comments,...users,...actions]);
|
||||
}).catch(error => {
|
||||
console.log(error);
|
||||
next(error);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user