Skip to content

Commit

Permalink
no more loggin
Browse files Browse the repository at this point in the history
  • Loading branch information
tim0120 committed Nov 22, 2024
1 parent 61e5518 commit bf8ec09
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/projects/EmojiSearch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ export default function EmojiSearch({
const handleSubmit = async (event: React.FormEvent) => {
event.preventDefault()
const trimmedQuery = query.trim()

console.log('Debug info:', {
apiUrl: EMOJI_SEARCH_API,
query: trimmedQuery,
hasApi: !!EMOJI_SEARCH_API
})

if (!trimmedQuery || !EMOJI_SEARCH_API) return

Expand Down

0 comments on commit bf8ec09

Please sign in to comment.