Skip to content

fix: reduce noisy console.warn in search breadcrumbs#968

Merged
imfing merged 1 commit intomainfrom
claude/fix-issue-967-ZG7gu
Mar 26, 2026
Merged

fix: reduce noisy console.warn in search breadcrumbs#968
imfing merged 1 commit intomainfrom
claude/fix-issue-967-ZG7gu

Conversation

@imfing
Copy link
Copy Markdown
Owner

@imfing imfing commented Mar 26, 2026

Skipping excluded pages in search breadcrumbs is expected behavior, not an
error. Using console.debug keeps the information available for debugging
while hiding it by default in browser dev tools, preventing console spam
when sites have many excluded taxonomy pages.

Fixes #967

https://claude.ai/code/session_01Vxrky6VzHPPERMi34Q2CFw

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 26, 2026

Deploy Preview for hugo-hextra ready!

Name Link
🔨 Latest commit c69cea6
🔍 Latest deploy log https://app.netlify.com/projects/hugo-hextra/deploys/69c5889f01e0c00008855904
😎 Deploy Preview https://deploy-preview-968--hugo-hextra.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

…readcrumb pages

Skipping excluded pages in search breadcrumbs is expected behavior, not an
error. Using console.debug keeps the information available for debugging
while hiding it by default in browser dev tools, preventing console spam
when sites have many excluded taxonomy pages.

Fixes #967

https://claude.ai/code/session_01Vxrky6VzHPPERMi34Q2CFw
@imfing imfing force-pushed the claude/fix-issue-967-ZG7gu branch from 1ce42a3 to c69cea6 Compare March 26, 2026 19:27
@imfing imfing deployed to accessibility March 26, 2026 19:27 — with GitHub Actions Active
@imfing imfing changed the title Change noisy console.warn to console.debug for excluded search breadcrumb pages fix: change noisy console.warn to console.debug for excluded search breadcrumb pages Mar 26, 2026
@imfing imfing changed the title fix: change noisy console.warn to console.debug for excluded search breadcrumb pages fix: reduce noisy console.warn in search breadcrumbs Mar 26, 2026
@imfing imfing merged commit ecd0a9a into main Mar 26, 2026
6 checks passed
@imfing imfing deleted the claude/fix-issue-967-ZG7gu branch March 26, 2026 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Search breadcrumb: noisy console.warn for excluded pages

2 participants