From 9c140512361bb1153797ae251f53c6d16685e490 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Wed, 16 Apr 2025 09:00:46 -0500 Subject: [PATCH] Remove animation logging --- src/photo/PhotoLink.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/photo/PhotoLink.tsx b/src/photo/PhotoLink.tsx index 6e163be4..2c091fbd 100644 --- a/src/photo/PhotoLink.tsx +++ b/src/photo/PhotoLink.tsx @@ -39,7 +39,6 @@ export default function PhotoLink({ href: pathForPhoto({ photo, ...categories }), onClick: () => { if (nextPhotoAnimation) { - console.log('setNextPhotoAnimation', nextPhotoAnimation); setNextPhotoAnimation?.(nextPhotoAnimation); } },