Skip to content

Commit

Permalink
Fix incorrect merge conflict resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Jul 22, 2023
1 parent 05f84b0 commit 903c1c5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/connection.ts
Expand Up @@ -1973,13 +1973,6 @@ class Connection extends EventEmitter {
return debug;
}

/**
* @private
*/
createTokenStreamParser(message: Message, handler: TokenHandler) {
return new TokenStreamParser(message, this.debug, handler, this.config.options);
}

socketHandlingForSendPreLogin(socket: net.Socket) {
socket.on('error', (error) => { this.socketError(error); });
socket.on('close', () => { this.socketClose(); });
Expand Down

0 comments on commit 903c1c5

Please sign in to comment.