diff --git a/pages/guides/[category]/[guide]/[step].tsx b/pages/guides/[category]/[guide]/[step].tsx index 10c1c8fdd..316941c77 100644 --- a/pages/guides/[category]/[guide]/[step].tsx +++ b/pages/guides/[category]/[guide]/[step].tsx @@ -40,9 +40,7 @@ export default function GuideTemplate(props) { const isBrowser = typeof window !== `undefined` const contentRef = React.useRef(null) const tocItems = props.tocItems - console.log(tocItems) const [activeIds, setActiveIds] = React.useState([]) - const router = useRouter() const currentPath = router.asPath