We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f6363 commit cefd1f9Copy full SHA for cefd1f9
packages/pg/lib/query.js
@@ -166,8 +166,6 @@ class Query extends EventEmitter {
166
}
167
168
handleParamDescription(msg, con) {
169
- console.log('handleParamDescription')
170
- console.log(msg)
171
this._result.addParams(msg)
172
con.sync()
173
packages/pg/lib/result.js
@@ -102,7 +102,6 @@ class Result {
102
this.params = []
103
104
this.params.push(paramDescriptions)
105
- console.log('this.params', this.params)
106
107
108
module.exports = Result
0 commit comments