From 25f66f8cbe6f47f26523d0b1be0fb2040df6565e Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 14 Apr 2026 17:15:27 -0500 Subject: [PATCH] Remove debug --- src/components/images/Gallery/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/images/Gallery/index.tsx b/src/components/images/Gallery/index.tsx index 284383e9ec..6c048f61ef 100644 --- a/src/components/images/Gallery/index.tsx +++ b/src/components/images/Gallery/index.tsx @@ -94,7 +94,6 @@ export function Gallery({ onPressIn, viewContext, }: GalleryProps) { - // images = images.concat(images) const ax = useAnalytics() const {screenReaderEnabled} = useA11y() const largeAltBadge = useLargeAltBadgeEnabled()