Remove console logging

This commit is contained in:
Sam Becker 2025-09-07 16:34:40 -05:00
parent ea7ede7608
commit b56c852e58

View File

@ -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 {