Skip to content

Commit

Permalink
clean-up search result click event debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-fornefeld committed Jan 12, 2025
1 parent c5ade2f commit edb90a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/src/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ function useAutocomplete({ close }: { close: () => void }) {
return
}

console.log('query', state.query)

itemUrl = itemUrl.replace('(docs)/', '')

posthog.capture('docs search result click', {
Expand Down

0 comments on commit edb90a9

Please sign in to comment.