removed console.log
This commit is contained in:
parent
6c3e58f932
commit
58850ec24c
|
@ -20,7 +20,6 @@ global.getConfig = function (options) {
|
||||||
dbConf[el] = options[el];
|
dbConf[el] = options[el];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(dbConf)
|
|
||||||
return dbConf;
|
return dbConf;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue