Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Oct 24, 2024
1 parent 8cd287d commit 668973c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/EmojiPicker/EmojiPickerMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function EmojiPickerMenu({onEmojiSelected, activeEmoji}: EmojiPickerMenuProps, r
emojiListRef,
spacersIndexes,
} = useEmojiPickerMenu();
console.log('header', headerEmojis, headerRowIndices)

// Ref for the emoji search input
const searchInputRef = useRef<BaseTextInputRef>(null);
Expand Down

0 comments on commit 668973c

Please sign in to comment.