Skip to content

Commit

Permalink
Remove debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
smrtrfszm committed Dec 30, 2023
1 parent c4d9193 commit 42ad167
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const Layout: ParentComponent = (props) => {
let ref: HTMLElement | undefined

const skipNav = () => {
console.log('skip nav', ref)
ref?.focus()
}

Expand Down

0 comments on commit 42ad167

Please sign in to comment.