From cbe8cf6accca530ecb061aa6cb4193853e48db83 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 24 Nov 2025 14:04:02 -0400 Subject: content: image: shush about missing thumbnails --- src/content/dependencies/image.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/content/dependencies/image.js b/src/content/dependencies/image.js index aacf2fed..af4b7fdd 100644 --- a/src/content/dependencies/image.js +++ b/src/content/dependencies/image.js @@ -184,16 +184,6 @@ export default { mediaSrc && checkIfImagePathHasCachedThumbnails(mediaSrc); - // Warn for images that *should* have cached thumbnail information but are - // missing from the thumbs cache. - if ( - slots.thumb && - !hasThumbnails && - !mediaSrc.endsWith('.gif') - ) { - logWarn`No thumbnail info cached: ${mediaSrc} - displaying original image here (instead of ${slots.thumb})`; - } - let displaySrc = originalSrc; // This is only distinguished from displaySrc by being a thumbnail, -- cgit 1.3.0-6-gf8a5