There was an error while loading. Please reload this page.
1 parent 38fc583 commit 64f7423Copy full SHA for 64f7423
1 file changed
website/views/layout.html
@@ -51,7 +51,6 @@
51
const breadcrumbs = document.querySelector('.breadcrumb');
52
const container = document.querySelector('.sf-container');
53
if (breadcrumbs) {
54
- console.log('Script in breadcrumbs');
55
breadcrumbs.classList.remove('hidden');
56
breadcrumbs.classList.add('visible');
57
}
0 commit comments