minor readability

This commit is contained in:
Brian Carlson 2011-01-23 21:48:52 -06:00
parent fb4314fa00
commit 75b369f25a

View File

@ -121,8 +121,8 @@ p.submit = function(connection) {
connection.removeListener('rowDescription', handleRowDescription);
connection.removeListener('dataRow', handleDatarow);
connection.removeListener('readyForQuery', onReadyForQuery);
connection.removeListener('error', onError);
connection.removeListener('commandComplete', onCommandComplete);
connection.removeListener('error', onError);
};
connection.on('rowDescription', handleRowDescription);