chore: remove log

This commit is contained in:
Barış Soner Uşaklı
2025-12-01 17:47:46 -05:00
parent 5bd1f7b7ac
commit 2142b680d9

View File

@@ -43,7 +43,6 @@ connection.getConnectionOptions = function (postgres) {
connOptions.ssl[prop] = fs.readFileSync(ssl[prop]).toString();
}
});
console.log(connOptions);
}
return _.merge(connOptions, postgres.options || {});