From cff157d7f10ccbefacfd4725a8b1e27a92fc972d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 17 Oct 2014 09:35:46 -0400 Subject: [PATCH] chore(config) rm console.log --- lib/server/config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) {