Skip to content

Commit 558497c

Browse files
committed
fix: remove console.log
1 parent 4f2ab44 commit 558497c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Redis.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,6 @@ class Redis extends Commander implements DataHandledable {
551551
// this handler must run after the "data" handler in "DataHandler"
552552
// so that `this.commandQueue.length` will be updated
553553
this.stream.once("data", () => {
554-
console.log('GOT DATA, CLEARING TIMER');
555554
clearTimeout(this.socketTimeoutTimer);
556555
this.socketTimeoutTimer = undefined;
557556
if (this.commandQueue.length === 0) return;

0 commit comments

Comments
 (0)