Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Jan 15, 2025
1 parent 932a79d commit 9813ce8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -680,9 +680,6 @@ module.exports = function (dependencies) {
}
await this.closeAndDestroySession(this.session);
await this.closeAndDestroySession(this.manageChannelsSession);
if (this.config.createConnection) {
this.config.createConnection = null;
}

if (callback) {
callback();
Expand Down

0 comments on commit 9813ce8

Please sign in to comment.