don't output parsed cli commands when running test

This commit is contained in:
brianc 2010-11-10 20:52:44 -06:00
parent 460c30369c
commit aa975af83d

View File

@ -45,5 +45,5 @@ var log = function(keys) {
console.log(key + ": '" + config[key] + "'");
});
}
log(['user','password','database','port','host'])
//log(['user','password','database','port','host'])
module.exports = config;