Skip to content

Commit

Permalink
[default-layout] Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent f788518 commit 2fa9956
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/@sanity/default-layout/src/navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ export default function Navbar(props: Props) {
const className = classNames(styles.root, showToolMenu && styles.withToolMenu)
const searchClassName = classNames(styles.search, searchIsOpen && styles.searchIsOpen)

console.log('showToolMenu', showToolMenu)

return (
<div className={className} data-search-open={searchIsOpen}>
<div className={styles.hamburger}>
Expand Down

0 comments on commit 2fa9956

Please sign in to comment.