Merge pull request #7021 from FreeCodeCamp/fix/remove-console-log
Remove console log
This commit is contained in:
@ -266,7 +266,6 @@ function getSuperBlocks$(challenge$, challengeMap) {
|
|||||||
|
|
||||||
function getChallengeById$(challenge$, challengeId) {
|
function getChallengeById$(challenge$, challengeId) {
|
||||||
// return first challenge if no id is given
|
// return first challenge if no id is given
|
||||||
console.log('id', challengeId);
|
|
||||||
if (!challengeId) {
|
if (!challengeId) {
|
||||||
return challenge$
|
return challenge$
|
||||||
.map(challenge => challenge.toJSON())
|
.map(challenge => challenge.toJSON())
|
||||||
|
Reference in New Issue
Block a user