From aa975af83dc0ff6c7a68890415ad86980ba03a11 Mon Sep 17 00:00:00 2001 From: brianc Date: Wed, 10 Nov 2010 20:52:44 -0600 Subject: [PATCH] don't output parsed cli commands when running test --- test/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;