Remove console.log

pull/5058/head
Berkeley Martinez 2015-12-06 21:46:50 -08:00
parent f7f587194d
commit 9848aa8eab
1 changed files with 0 additions and 1 deletions

View File

@ -148,7 +148,6 @@ module.exports = function(app) {
superBlock: blockArray[0].superBlock
}))
.filter(({ superBlock }) => {
console.log('sup', superBlock);
return challengesRegex.test(superBlock);
})
.groupBy(block => block.superBlock)