Persisting completion of bonfire challenges into User model, split routes for bonfires and challenges, refactored class selectors to be challenge type specific

This commit is contained in:
Nathan Leniz
2015-01-24 03:11:01 -05:00
parent 6b4475a5b8
commit a3cf6c3ee2
7 changed files with 106 additions and 264 deletions

View File

@@ -231,7 +231,6 @@ var runTests = function(err, data) {
allTestsPassed = false;
showCompletion();
}
console.log(allTestsPassed);
};
function showCompletion() {