Skip to content

Commit 20355d2

Browse files
committed
remove debugger
1 parent 8425d58 commit 20355d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/commands/query.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ Query.prototype.row = function (packet)
197197
return this.done();
198198
}
199199

200-
debugger;
201200
var row = new this._rowParser(packet, this._fields[this._resultIndex], this.options, CharsetToEncoding);
202201
if (this.onResult) {
203202
this._rows[this._resultIndex].push(row);

0 commit comments

Comments
 (0)