Skip to content

Commit aa975af

Browse files
committed
don't output parsed cli commands when running test
1 parent 460c303 commit aa975af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ var log = function(keys) {
4545
console.log(key + ": '" + config[key] + "'");
4646
});
4747
}
48-
log(['user','password','database','port','host'])
48+
//log(['user','password','database','port','host'])
4949
module.exports = config;

0 commit comments

Comments
 (0)