Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Feb 2, 2024
1 parent 0c377d7 commit be3ed73
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1936,10 +1936,7 @@ class TimeseriesChartIntl extends Component {
>
<EuiPopover
isOpen={true}
closePopover={() => {
console.log('closePopover');
this.closePopover();
}}
closePopover={() => this.closePopover()}
panelPaddingSize="none"
anchorPosition="upLeft"
>
Expand Down

0 comments on commit be3ed73

Please sign in to comment.