diff --git a/test/cli.js b/test/cli.js index 2353e3fe..78e8c412 100644 --- a/test/cli.js +++ b/test/cli.js @@ -45,5 +45,5 @@ var log = function(keys) { console.log(key + ": '" + config[key] + "'"); }); } -log(['user','password','database','port','host']) +//log(['user','password','database','port','host']) module.exports = config;