Skip to content

Commit

Permalink
ref #1882 - remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Apr 17, 2024
1 parent 4f2ab44 commit a3611e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ class Redis extends Commander implements DataHandledable {
// this handler must run after the "data" handler in "DataHandler"
// so that `this.commandQueue.length` will be updated
this.stream.once("data", () => {
console.log('GOT DATA, CLEARING TIMER');
clearTimeout(this.socketTimeoutTimer);
this.socketTimeoutTimer = undefined;
if (this.commandQueue.length === 0) return;
Expand Down

0 comments on commit a3611e6

Please sign in to comment.