Skip to content

Commit

Permalink
fix(useTimer): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 14, 2021
1 parent a1faf2b commit c6dcbd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/composables/useTimer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export function useTimer (cb: (...args: unknown[]) => any, interval: number) {
}

function resume () {
console.log('resume')
startTime.value += (Date.now() - timestamp.timestamp.value)
timestamp.resume()
set()
Expand Down

1 comment on commit c6dcbd1

@vercel
Copy link

@vercel vercel bot commented on c6dcbd1 Dec 14, 2021

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

Please sign in to comment.