diff --git a/lib/server/config.js b/lib/server/config.js index b6972cc5..09bf4acb 100644 --- a/lib/server/config.js +++ b/lib/server/config.js @@ -81,14 +81,12 @@ function get(req, res) { var data = Util.json.stringify(config); - console.log('>>>>') - ponse.send(data, { name : 'config.json', request : req, response: res, cache : false - }); + }, true); } function put(req, res, callback) {