From a35b0bea0234f99b468b434a55650d27221a7def Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Tue, 23 Jan 2024 15:37:02 +0100 Subject: [PATCH] Removing conole log --- packages/framer-motion-3d/package.json | 2 +- packages/framer-motion/package.json | 2 +- .../animators/waapi/create-accelerated-animation.ts | 9 --------- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/packages/framer-motion-3d/package.json b/packages/framer-motion-3d/package.json index c786e246d5..63135869a4 100644 --- a/packages/framer-motion-3d/package.json +++ b/packages/framer-motion-3d/package.json @@ -60,5 +60,5 @@ "@react-three/test-renderer": "^9.0.0", "@rollup/plugin-commonjs": "^22.0.1" }, - "gitHead": "d771e42f7cc303b871b5f02b4b4beff2f8541ed5" + "gitHead": "2f88bfa7d9eac372d213ae168c81625bec31c72d" } diff --git a/packages/framer-motion/package.json b/packages/framer-motion/package.json index a8e416efd9..ed4d09fd51 100644 --- a/packages/framer-motion/package.json +++ b/packages/framer-motion/package.json @@ -116,5 +116,5 @@ "maxSize": "32.05 kB" } ], - "gitHead": "d771e42f7cc303b871b5f02b4b4beff2f8541ed5" + "gitHead": "2f88bfa7d9eac372d213ae168c81625bec31c72d" } diff --git a/packages/framer-motion/src/animation/animators/waapi/create-accelerated-animation.ts b/packages/framer-motion/src/animation/animators/waapi/create-accelerated-animation.ts index b9b91ef204..430f467251 100644 --- a/packages/framer-motion/src/animation/animators/waapi/create-accelerated-animation.ts +++ b/packages/framer-motion/src/animation/animators/waapi/create-accelerated-animation.ts @@ -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,