Skip to content

Commit

Permalink
chore: remove console.log (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao authored Jun 1, 2023
1 parent ce9f284 commit 74eb7ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/hooks/use-countdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ const useCountdown = ({
}
}, [windowFocused, handleStartCountdown, disabled]);

console.log(countdown, isRunning);

return {
value: countdown,
start: handleStartCountdown,
Expand Down

2 comments on commit 74eb7ee

@vercel
Copy link

@vercel vercel bot commented on 74eb7ee Jun 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 74eb7ee Jun 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.