Skip to content

Commit ff6ae4a

Browse files
committed
fix lint
1 parent 02b7147 commit ff6ae4a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

forge/routes/api/teamMembers.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,10 @@ module.exports = async function (app) {
7373
let result = app.db.views.User.teamMemberList(members)
7474
if (app.config.features.enabled('sso')) {
7575
const sso = await app.db.views.User.ssoManaged(members, request.team)
76-
console.log(result)
77-
console.log(sso)
7876
result = result.map(r => {
7977
r.ssoManaged = sso[r.id]
8078
return r
8179
})
82-
console.log(result)
8380
}
8481
reply.send({
8582
meta: {}, // For future pagination

0 commit comments

Comments
 (0)