mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-25 14:01:29 -05:00
Remove console.log
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user