Remove console log

This commit is contained in:
Berkeley Martinez
2016-02-14 23:04:15 -08:00
parent db69f1b090
commit 3e8868c907

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