From 3e8868c907277297c0363c9e79f736a50c48726e Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Sun, 14 Feb 2016 23:04:15 -0800 Subject: [PATCH] Remove console log --- server/boot/challenge.js | 1 - 1 file changed, 1 deletion(-) 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())