Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
wesgro committed Aug 1, 2024
1 parent 4c8892c commit adb660b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const AriaMenuButtonMenuItem: React.FC<
}, [menuManagerRef, text, innerRef]);

const handleKeyDown = (event: React.KeyboardEvent<HTMLDivElement>) => {
console.log("hey");
if (onKeyDown) {
onKeyDown(event);
}
Expand Down

0 comments on commit adb660b

Please sign in to comment.