Skip to content
Prev Previous commit
Next Next commit
fix: remove dead code
  • Loading branch information
Ivan Vezhnavets authored and Ivan Vezhnavets committed Feb 7, 2021
commit 1b67fa6c23dc7075713e2e440aa037393e4b0091
1 change: 0 additions & 1 deletion src/components/ui/menu/menu.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export class Menu extends React.Component<MenuProps> {
};

private onItemPress = (descriptor: MenuItemDescriptor): void => {
console.log('press');
this.props.onSelect && this.props.onSelect(descriptor.index);
};

Expand Down