Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jan 5, 2024
1 parent 9ecfdac commit 0ccbd8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/framer-motion/src/gestures/hover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ function addHoverEvent(node: VisualElement<Element>, isActive: boolean) {
const callbackName = "onHover" + (isActive ? "Start" : "End")

const handleEvent = (event: PointerEvent, info: EventInfo) => {
console.log(event)
if (event.pointerType === "touch" || isDragActive()) return

const props = node.getProps()
Expand Down

0 comments on commit 0ccbd8a

Please sign in to comment.