Skip to content

Commit 85a646f

Browse files
committed
remove unused code
1 parent d82343b commit 85a646f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/client/lib/client/socket.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -218,15 +218,6 @@ export default class RedisSocket extends EventEmitter {
218218
try {
219219
this.#socket = await this.#createSocket();
220220
this.emit('connect');
221-
222-
// try {
223-
// await this.#initiator();
224-
// } catch (err) {
225-
// console.log('Initiator failed', err);
226-
// this.#socket.destroy();
227-
// this.#socket = undefined;
228-
// throw err;
229-
// }
230221
this.#isReady = true;
231222
this.#socketEpoch++;
232223
this.emit('ready');

0 commit comments

Comments
 (0)