diff --git a/src/components/PhotoSwipe/PhotoSwipe.tsx b/src/components/PhotoSwipe/PhotoSwipe.tsx index 729ab9dc3..a206fb047 100644 --- a/src/components/PhotoSwipe/PhotoSwipe.tsx +++ b/src/components/PhotoSwipe/PhotoSwipe.tsx @@ -268,7 +268,6 @@ function PhotoSwipe(props: Iprops) { ); if (img) { exifr.parse(img).then(function (exifData) { - console.log(exifData); if (!exifData) { return; }