diff --git a/src/components/Menu/index.web.tsx b/src/components/Menu/index.web.tsx index d0387736b7..9c0348773f 100644 --- a/src/components/Menu/index.web.tsx +++ b/src/components/Menu/index.web.tsx @@ -53,17 +53,10 @@ export function Trigger({ onOut: onMouseLeave, } = useInteractionState() const {state: focused, onIn: onFocus, onOut: onBlur} = useInteractionState() - const { - state: pressed, - onIn: onPressIn, - onOut: onPressOut, - } = useInteractionState() return ( {({state, handlers}) => { - console.log(state) + console.log(state.hovered, state.focused, state.pressed) return Open }}