We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e6397 commit 0fe1db3Copy full SHA for 0fe1db3
src/services/vanilla.js
@@ -185,8 +185,6 @@ async function createVanillaGroup (challenge) {
185
return member.role === constants.TOPCODER.ROLE_COPILOT || member.role === constants.TOPCODER.ROLE_MANAGER
186
})
187
188
- logger.info('Members: ' + JSON.stringify(members))
189
-
190
const challengesForums = _.filter(template.categories, ['name', constants.VANILLA.CHALLENGES_FORUM])
191
if (!challengesForums) {
192
throw new Error(`The '${constants.VANILLA.CHALLENGES_FORUM}' category wasn't found in the template json file`)
0 commit comments