File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
x-pack/plugins/lens/public
editor_frame_service/editor_frame
indexpattern_datasource/dimension_panel Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,6 @@ export function SuggestionPanel({
338338 if ( lastSelectedSuggestion === index ) {
339339 rollbackToCurrentVisualization ( ) ;
340340 } else {
341- trackSuggestionEvent ( `position_${ index } _of_${ suggestions . length } ` ) ;
342341 setLastSelectedSuggestion ( index ) ;
343342 switchToSuggestion ( dispatch , suggestion ) ;
344343 }
Original file line number Diff line number Diff line change @@ -202,9 +202,6 @@ export function PopoverEditor(props: PopoverEditorProps) {
202202 previousColumn : selectedColumn ,
203203 } ) ;
204204
205- trackUiEvent (
206- `indexpattern_dimension_operation_from_${ selectedColumn . operationType } _to_${ operationType } `
207- ) ;
208205 setState (
209206 changeColumn ( {
210207 state,
You can’t perform that action at this time.
0 commit comments