don't print out args on every test run

This commit is contained in:
brianc 2010-12-19 14:52:26 -06:00
parent eec75ea871
commit c0f37e1468

View File

@ -49,9 +49,4 @@ var log = function(keys) {
}); });
} }
if(config.verbose) {
log(['user','password','database','port','host'])
}
module.exports = config; module.exports = config;