remove passport file

remove unneeded comments
This commit is contained in:
Berkeley Martinez
2015-06-09 11:54:45 -07:00
parent 68da1f1c68
commit b34646dd6b
5 changed files with 7 additions and 77 deletions

View File

@@ -42,8 +42,7 @@ module.exports = function(app) {
return hotness;
}
function hotJSON(req, res, next) { // no-unused-vars
function hotJSON(req, res, next) {
Story.find({order: 'timePosted DESC', limit: 1000}, function(err, stories) {
if (err) {
return next(err);