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', {