Skip to content
Snippets Groups Projects
Commit efb00845 authored by Austin King's avatar Austin King Committed by Lloyd Hilaiel
Browse files

Removing un-used code

parent ea1e1039
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ heartbeat = require('../lib/heartbeat.js'),
metrics = require('../lib/metrics.js'),
logger = require('../lib/logging.js').logger,
shutdown = require('../lib/shutdown'),
views = require('../lib/browserid/views.js');
var app = undefined;
......
......@@ -47,10 +47,6 @@ if (statsd_config && statsd_config.enabled) {
}));
}
app.use(function(req, resp, next) {
next();
});
// parse POST bodies
app.use(express.bodyParser());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment