Skip to content

Commit 11e00a0

Browse files
committed
remove a console.log
1 parent aaf1c38 commit 11e00a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/faq-accordion.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export function FaqAccordion({ items }: { items: FaqItem[] }) {
2323

2424
const handleHashChange = () => {
2525
const id = decodeURIComponent(location.href).split("#")[1];
26-
console.log("FAQ Accordion hash change detected:", id);
2726

2827
// trigger opening the accordion item
2928
const accordionItem = document.getElementById(id);

0 commit comments

Comments
 (0)