From 2102e71c10a05ccbb9f1e1019f25a66deeccbf64 Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Sun, 30 Mar 2014 19:43:03 +0000 Subject: [PATCH] removing outdated todo --- lib/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index 1cb3796f0..cf5059327 100644 --- a/lib/index.js +++ b/lib/index.js @@ -92,8 +92,6 @@ module.exports = function(config_hash) { return config.authenticate(user, pass) })) app.use(express.json({strict: false, limit: config.max_body_size || '10mb'})) - - // TODO: npm DO NOT support compression :( app.use(express.compress()) app.use(Middleware.anti_loop(config))