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 {