remove console logs to figure out getProjectAsset crash
This commit is contained in:
parent
286c725407
commit
28c2bda663
1 changed files with 0 additions and 2 deletions
|
@ -144,8 +144,6 @@ export function getProjectAsset(req, res) {
|
|||
return res.status(404).send({ message: 'Project with that id does not exist' });
|
||||
}
|
||||
if (!project) {
|
||||
console.error(req.url);
|
||||
console.error(req.params.project_id);
|
||||
return res.status(404).send({ message: 'Project with that id does not exist' });
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue