不要怂,就是干,撸起袖子干!

Commit 93e4aa3d by Daniel Schwartz

removing con string console.log

1 parent 8951a8fd
Showing with 0 additions and 2 deletions
...@@ -55,8 +55,6 @@ module.exports = (function() { ...@@ -55,8 +55,6 @@ module.exports = (function() {
disablePort: this.config.disablePort disablePort: this.config.disablePort
}) })
console.log(conStr);
var pg = require("pg") var pg = require("pg")
this.client = new pg.Client(conStr) this.client = new pg.Client(conStr)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!