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