Skip to content

Commit

Permalink
style: remove console.log (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu89 authored Feb 11, 2023
1 parent f59d46f commit 9a0e7b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/WebSocketPool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ class WebSocketPool extends EventEmitter {
this.resetTimeout = resetTimeout;
this.sockets = {};
const redis = getRedis()
console.log(redis)
this.cache = redis !== null ? new Keyv(redis) : new Keyv();


this.connectAll();
}

Expand Down

0 comments on commit 9a0e7b1

Please sign in to comment.