Skip to content

Commit fcf62e8

Browse files
committed
Remove console.log()
1 parent 23e19ef commit fcf62e8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/NewPage.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ const breadcrumbs = [
8080
{ name: subjectLabel, url: subjectBaseUrl },
8181
...(page !== "bac" ? [{ name: pageLabel, url: canonicalUrl }] : []),
8282
];
83-
84-
console.log(breadcrumbs)
8583
---
8684

8785
<Layout

0 commit comments

Comments
 (0)