mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-08 03:18:33 +03:00
Removing unecessary console error
This commit is contained in:
@@ -35,7 +35,6 @@ export default ({ config, controller }) => {
|
||||
.then(response => response.json())
|
||||
.then(data => res.send(data.data))
|
||||
.catch(err => {
|
||||
console.info(err)
|
||||
res.status(err.status || 404).send({ error: err.message })
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user