mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-22 07:03:08 -07:00
Removed logging
This commit is contained in:
parent
189c351038
commit
b1572c93a1
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ var PostgresDocumentStore = function (options) {
|
|||
this.expireJS = parseInt(options.expire);
|
||||
|
||||
const connectionString = process.env.DATABASE_URL || options.connectionUrl;
|
||||
console.log(connectionString)
|
||||
this.pool = new Pool({connectionString});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue