diff --git a/test/cli.js b/test/cli.js index 6bc1afc..99490b1 100644 --- a/test/cli.js +++ b/test/cli.js @@ -49,9 +49,4 @@ var log = function(keys) { }); } -if(config.verbose) { - log(['user','password','database','port','host']) - -} - module.exports = config;