switching to Terakilobyte's computer

This commit is contained in:
Quincy Larson
2015-05-25 12:20:20 -07:00
parent 31e10444a5
commit f9386d1291
2 changed files with 3 additions and 1 deletions

View File

@ -67,6 +67,8 @@ Array.zip = function(left, right, combinerFunction) {
});
challengeMap = _.cloneDeep(localChallengeMap);
}
//todo remove this debug
debug(challengeMap);
})();

View File

@ -606,7 +606,7 @@
},
{
"_id": "af7588ade1100bde429baf20",
"name" : "Missing letters",
"name" : "Bonfire: Missing letters",
"difficulty": "2.05",
"description" : [
"Find the missing letter in the passed letter range and return it.",