Skip to content

Commit 64f7423

Browse files
committed
remove debuging console.log
1 parent 38fc583 commit 64f7423

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

website/views/layout.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
const breadcrumbs = document.querySelector('.breadcrumb');
5252
const container = document.querySelector('.sf-container');
5353
if (breadcrumbs) {
54-
console.log('Script in breadcrumbs');
5554
breadcrumbs.classList.remove('hidden');
5655
breadcrumbs.classList.add('visible');
5756
}

0 commit comments

Comments
 (0)