Skip to content

Commit 9813ce8

Browse files
authored
Remove unnecessary code
1 parent 932a79d commit 9813ce8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/client.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -680,9 +680,6 @@ module.exports = function (dependencies) {
680680
}
681681
await this.closeAndDestroySession(this.session);
682682
await this.closeAndDestroySession(this.manageChannelsSession);
683-
if (this.config.createConnection) {
684-
this.config.createConnection = null;
685-
}
686683

687684
if (callback) {
688685
callback();

0 commit comments

Comments
 (0)