Remove animation logging

This commit is contained in:
Sam Becker 2025-04-16 09:00:46 -05:00
parent c53edb0dff
commit 9c14051236

View File

@ -39,7 +39,6 @@ export default function PhotoLink({
href: pathForPhoto({ photo, ...categories }),
onClick: () => {
if (nextPhotoAnimation) {
console.log('setNextPhotoAnimation', nextPhotoAnimation);
setNextPhotoAnimation?.(nextPhotoAnimation);
}
},