Skip to content

Commit 2c95d17

Browse files
committed
remove row event
1 parent a305200 commit 2c95d17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pg/lib/cursor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ class Cursor extends EventEmitter {
111111

112112
handleDataRow(msg) {
113113
const row = this._result.parseRow(msg.fields)
114-
this.emit('row', row, this._result)
115114
this._rows.push(row)
116115
}
117116

0 commit comments

Comments
 (0)