Skip to content

Commit 0fe1db3

Browse files
committed
Issues-112: managers are added to a group
1 parent e6e6397 commit 0fe1db3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/vanilla.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ async function createVanillaGroup (challenge) {
185185
return member.role === constants.TOPCODER.ROLE_COPILOT || member.role === constants.TOPCODER.ROLE_MANAGER
186186
})
187187

188-
logger.info('Members: ' + JSON.stringify(members))
189-
190188
const challengesForums = _.filter(template.categories, ['name', constants.VANILLA.CHALLENGES_FORUM])
191189
if (!challengesForums) {
192190
throw new Error(`The '${constants.VANILLA.CHALLENGES_FORUM}' category wasn't found in the template json file`)

0 commit comments

Comments
 (0)