mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Remove console.log
This commit is contained in:
parent
f7f587194d
commit
9848aa8eab
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user