suppressed poll logging

This commit is contained in:
Josh Harvey 2014-04-27 11:33:10 -04:00
parent 74e8b6ed50
commit 22fb9daaa8

View file

@ -68,7 +68,7 @@ module.exports = function (options) {
return !POLL_RE.test(req.url);
}
app.use(morgan({skip: suppressPollLog }));
app.use(morgan({skip: suppressPollLog}));
app.use(express.bodyParser());
if (!options.https) {