took out unused code
This commit is contained in:
parent
8b7b685619
commit
9a4550ba23
1 changed files with 0 additions and 4 deletions
|
|
@ -46,10 +46,6 @@ module.exports = function (options) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
function suppressPollLog(tokens, req, res) {
|
|
||||||
return !POLL_RE.test(req.url);
|
|
||||||
}
|
|
||||||
|
|
||||||
app.use(express.bodyParser());
|
app.use(express.bodyParser());
|
||||||
|
|
||||||
if (!options.https) {
|
if (!options.https) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue