Skip to content

Commit

Permalink
Removing conole log
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jan 23, 2024
1 parent 2f88bfa commit a35b0be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/framer-motion-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"@react-three/test-renderer": "^9.0.0",
"@rollup/plugin-commonjs": "^22.0.1"
},
"gitHead": "d771e42f7cc303b871b5f02b4b4beff2f8541ed5"
"gitHead": "2f88bfa7d9eac372d213ae168c81625bec31c72d"
}
2 changes: 1 addition & 1 deletion packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@
"maxSize": "32.05 kB"
}
],
"gitHead": "d771e42f7cc303b871b5f02b4b4beff2f8541ed5"
"gitHead": "2f88bfa7d9eac372d213ae168c81625bec31c72d"
}
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,6 @@ export function createAcceleratedAnimation(
autoplay: false,
})

console.log(
"setting with velocity",
"currentTime",
currentTime,
"value",
sampleAnimation.sample(currentTime - sampleDelta).value,
options
)

value.setWithVelocity(
sampleAnimation.sample(currentTime - sampleDelta).value,
sampleAnimation.sample(currentTime).value,
Expand Down

0 comments on commit a35b0be

Please sign in to comment.