This commit is contained in:
Michael Q Larson
2015-03-08 15:16:50 -07:00
10 changed files with 4 additions and 3137 deletions

View File

@ -38,7 +38,6 @@ module.exports = {
debug('User err: ', err);
next(err);
}
console.log('user count', users.length);
Challenge.find({}, function (err, challenges) {
if (err) {
debug('User err: ', err);