Skip to content

Commit c0f37e1

Browse files
committed
don't print out args on every test run
1 parent eec75ea commit c0f37e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/cli.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,4 @@ var log = function(keys) {
4949
});
5050
}
5151

52-
if(config.verbose) {
53-
log(['user','password','database','port','host'])
54-
55-
}
56-
5752
module.exports = config;

0 commit comments

Comments
 (0)