Remove dbeug

This commit is contained in:
Jackson Harper
2023-06-09 18:03:10 +08:00
parent 8554a0cdd2
commit bcde86bc01

View File

@ -25,11 +25,6 @@ export function OmnivoreLogoBase(props: OmnivoreLogoBaseProps): JSX.Element {
onClick={(event) => {
const query = window.sessionStorage.getItem('q')
if (query) {
console.log(
'going to: ',
window.sessionStorage.getItem('q'),
props.href
)
router.push(`/home?${query}`)
event.preventDefault()
}