Skip to content

Commit

Permalink
remove console print
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed May 11, 2018
1 parent d442f87 commit 700a438
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/context_menu/context_menu_item.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export class EuiContextMenuItem extends Component {
};

render() {
console.log(this.props);

const {
children,
Expand Down

0 comments on commit 700a438

Please sign in to comment.