From b56c852e58f52ce2d8f6c1c5d363c7880262353c Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 7 Sep 2025 16:34:40 -0500 Subject: [PATCH] Remove console logging --- src/admin/select/SelectPhotosProvider.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/admin/select/SelectPhotosProvider.tsx b/src/admin/select/SelectPhotosProvider.tsx index ff608400..8b1b4608 100644 --- a/src/admin/select/SelectPhotosProvider.tsx +++ b/src/admin/select/SelectPhotosProvider.tsx @@ -60,7 +60,6 @@ export default function SelectPhotosProvider({ const isSomePhotoGridVisible = photoGrids .some(element => isElementPartiallyInViewport(element, -20)); if (!isSomePhotoGridVisible) { - console.log('scrolling to photo grid'); photoGrids[0]?.scrollIntoView({ behavior: 'smooth' }); } } else {