Skip to content

Commit

Permalink
chore: removes console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallstrautman committed Jul 24, 2020
1 parent 8e2fead commit 4e154b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/guides/[category]/[guide]/[step].tsx
Expand Up @@ -40,9 +40,7 @@ export default function GuideTemplate(props) {
const isBrowser = typeof window !== `undefined`
const contentRef = React.useRef<HTMLDivElement>(null)
const tocItems = props.tocItems
console.log(tocItems)
const [activeIds, setActiveIds] = React.useState([])

const router = useRouter()
const currentPath = router.asPath

Expand Down

0 comments on commit 4e154b8

Please sign in to comment.