mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-09 09:02:48 +01:00
chore: remove log
This commit is contained in:
@@ -43,7 +43,6 @@ connection.getConnectionOptions = function (postgres) {
|
||||
connOptions.ssl[prop] = fs.readFileSync(ssl[prop]).toString();
|
||||
}
|
||||
});
|
||||
console.log(connOptions);
|
||||
}
|
||||
|
||||
return _.merge(connOptions, postgres.options || {});
|
||||
|
||||
Reference in New Issue
Block a user