From b322d6610f1edfdaf310b43e1a8d99fde51a451a Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 6 Apr 2016 14:10:24 -0700 Subject: [PATCH] fix failing test --- server/boot/story.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/server/boot/story.js b/server/boot/story.js index af4c3e21a3..4d1ca77660 100755 --- a/server/boot/story.js +++ b/server/boot/story.js @@ -126,13 +126,6 @@ module.exports = function(app) { ); } - function hot(req, res) { - return res.render('stories/index', { - title: 'Top Stories on Camper News', - page: 'hot' - }); - } - function submitNew(req, res) { if (!req.user.isGithubCool) { req.flash('errors', {