don't print out args on every test run
This commit is contained in:
parent
eec75ea871
commit
c0f37e1468
@ -49,9 +49,4 @@ var log = function(keys) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if(config.verbose) {
|
|
||||||
log(['user','password','database','port','host'])
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = config;
|
module.exports = config;
|
||||||
|
Loading…
Reference in New Issue
Block a user