Skip to content

Commit

Permalink
feat: remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Sep 11, 2024
1 parent 0fc907b commit 0d294cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/ws/helper/reconnect-probes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ const disconnectProbes = async () => {
};

export const reconnectProbes = () => {
console.log('reconnectProbesDelay', reconnectProbesDelay);
console.log('typeof reconnectProbesDelay', typeof reconnectProbesDelay);

if (!reconnectProbesDelay) {
return;
}
Expand Down

0 comments on commit 0d294cc

Please sign in to comment.