diff --git a/server/boot/challenge.js b/server/boot/challenge.js index be3f3f616a..957483f279 100644 --- a/server/boot/challenge.js +++ b/server/boot/challenge.js @@ -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())