Merge pull request #7021 from FreeCodeCamp/fix/remove-console-log

Remove console log
This commit is contained in:
Quincy Larson
2016-02-14 23:26:53 -08:00

View File

@ -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())