We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b815105 commit 5795ff3Copy full SHA for 5795ff3
src/common/helper.js
@@ -483,7 +483,6 @@ async function getProjectById (currentUser, id) {
483
localLogger.debug({ context: 'getProjectById', message: `response body: ${JSON.stringify(res.body)}` })
484
return _.pick(res.body, ['id', 'name'])
485
} catch (err) {
486
- console.log(err)
487
if (err.status === HttpStatus.FORBIDDEN) {
488
throw new errors.UnauthorizedError(`You are not allowed to access the project with id ${id}`)
489
}
0 commit comments