mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
Remove console log
This commit is contained in:
@@ -266,7 +266,6 @@ function getSuperBlocks$(challenge$, challengeMap) {
|
||||
|
||||
function getChallengeById$(challenge$, challengeId) {
|
||||
// return first challenge if no id is given
|
||||
console.log('id', challengeId);
|
||||
if (!challengeId) {
|
||||
return challenge$
|
||||
.map(challenge => challenge.toJSON())
|
||||
|
||||
Reference in New Issue
Block a user