Remove console.log

This commit is contained in:
Frederik Hummel 2020-10-03 12:37:45 +02:00
parent 5f7bc2de7a
commit 535d5b77ff

View File

@ -475,8 +475,6 @@ WHERE TABLE_TYPE='BASE TABLE' and TABLE_SCHEMA in (${schema}) AND TABLE_CATALOG
user: connectionOptons.user,
};
console.log(config);
const promise = new Promise<boolean>((resolve, reject) => {
this.Connection = new this.MSSQL.ConnectionPool(config, (err) => {
if (!err) {