Skip to content

Commit cefd1f9

Browse files
committed
removed logging
1 parent 93f6363 commit cefd1f9

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/pg/lib/query.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ class Query extends EventEmitter {
166166
}
167167

168168
handleParamDescription(msg, con) {
169-
console.log('handleParamDescription')
170-
console.log(msg)
171169
this._result.addParams(msg)
172170
con.sync()
173171
}

packages/pg/lib/result.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ class Result {
102102
this.params = []
103103
}
104104
this.params.push(paramDescriptions)
105-
console.log('this.params', this.params)
106105
}
107106
}
108107
module.exports = Result

0 commit comments

Comments
 (0)