We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 896f811 + 5795ff3 commit 421d2a2Copy full SHA for 421d2a2
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