Skip to content

Commit

Permalink
Latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jul 27, 2023
1 parent 2ada549 commit 2961182
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/framer-motion/src/render/dom/scroll/observe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ export function observeTimeline(update: Update, timeline: ProgressTimeline) {

frame.update(onFrame, true)

return () => {
console.log("cancel timeline observation")
cancelFrame(onFrame)
}
return () => cancelFrame(onFrame)
}

0 comments on commit 2961182

Please sign in to comment.