Skip to content

Commit 9c354e7

Browse files
authored
Update index.tsx
1 parent 62f14e7 commit 9c354e7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/theme/IdealImage/index.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -200,16 +200,6 @@ export default function IdealImage(
200200

201201
const isGif = currentImage.path?.toLowerCase().endsWith('.gif') || false;
202202

203-
// Debug logging
204-
if (isGif) {
205-
path: currentImage.path,
206-
size: size,
207-
maxWidth: MAX_SIZE_FILTERS[size],
208-
currentImageWidth: currentImage.width,
209-
currentImageHeight: currentImage.height
210-
});
211-
}
212-
213203
// Apply conditional styles based on the `size`
214204
const imageStyles: React.CSSProperties =
215205
size === "lg"

0 commit comments

Comments
 (0)