From ee841518ec06ef5ee3e8317b0b137ebaade98869 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Wed, 4 Oct 2023 11:01:23 -0500 Subject: [PATCH] Remove animation debugging --- src/components/AnimateItems.tsx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/components/AnimateItems.tsx b/src/components/AnimateItems.tsx index 946c7cc5..c650de48 100644 --- a/src/components/AnimateItems.tsx +++ b/src/components/AnimateItems.tsx @@ -75,24 +75,6 @@ function AnimateItems({ } }; - console.log('Animation debug', { - type, - duration, - staggerDelay, - scaleOffset, - distanceOffset, - animateFromAppState, - animateOnFirstLoadOnly, - staggerOnFirstLoadOnly, - hasLoadedInitial, - nextPhotoAnimationInitial, - shouldAnimate, - shouldStagger, - typeResolved, - durationResolved, - initialVariant: getInitialVariant(), - }); - return (