more improvements to look of challengeMap

This commit is contained in:
Michael Q Larson
2015-04-03 20:50:27 -07:00
parent fbeff58477
commit c9b4a90f57
3 changed files with 59 additions and 38 deletions

View File

@@ -53,8 +53,6 @@ module.exports = {
basejumps = coursewareList.filter(function(challenge) {
if (challenge.challengeType === 4) { return challenge }
});
console.log('completed', completedCoursewareList);
console.log('waypoints', waypoints);
res.render('challengeMap/show', {
title: "A map of all Free Code Camp's Challenges",