removed console.log

This commit is contained in:
cgole 2015-11-19 14:57:10 -08:00
parent 6c3e58f932
commit 58850ec24c
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ global.getConfig = function (options) {
dbConf[el] = options[el];
}
}
console.log(dbConf)
return dbConf;
};