Skip to content

Commit

Permalink
Remove TODO comment that was already done
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Jun 21, 2012
1 parent 13c896f commit 4535be8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/protocol/sequences/Query.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ Query.prototype['RowDataPacket'] = function(packet, parser) {
if (this._callback) {
this._resultSet.rows.push(packet);
} else {
// @TODO Multiple results
this.emit('result', packet, this._index);
}
};
Expand Down

0 comments on commit 4535be8

Please sign in to comment.