Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
duvld committed Jun 10, 2024
1 parent 0081533 commit 66e8b23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jsapp/js/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,5 @@ export function getExponentialDelayTime(
)
);

console.log('we are at: ' + count);

return count;
}

0 comments on commit 66e8b23

Please sign in to comment.