From 9a4550ba23fe8694ee9ca0e32ea39ccc7e96713d Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Sun, 27 Apr 2014 19:34:30 -0400 Subject: [PATCH] took out unused code --- lib/app.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/app.js b/lib/app.js index 6f2a58f9..1e6845a3 100644 --- a/lib/app.js +++ b/lib/app.js @@ -46,10 +46,6 @@ module.exports = function (options) { }); }); - function suppressPollLog(tokens, req, res) { - return !POLL_RE.test(req.url); - } - app.use(express.bodyParser()); if (!options.https) {