mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-21 14:07:42 +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();
|
connOptions.ssl[prop] = fs.readFileSync(ssl[prop]).toString();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log(connOptions);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return _.merge(connOptions, postgres.options || {});
|
return _.merge(connOptions, postgres.options || {});
|
||||||
|
|||||||
Reference in New Issue
Block a user