Skip to content

Commit

Permalink
Remove NP telemetry file. Add changes to legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Jun 23, 2020
1 parent 0c82155 commit d60c3c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 190 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,5 @@ export async function getMapsTelemetry(
const settings: SavedObjectAttribute = {
showMapVisualizationTypes: config().get('xpack.maps.showMapVisualizationTypes'),
};
const mapsTelemetry = buildMapsTelemetry({ mapSavedObjects, indexPatternSavedObjects, settings });
return await savedObjectsClient.create(TELEMETRY_TYPE, mapsTelemetry, {
id: TELEMETRY_TYPE,
overwrite: true,
});
return buildMapsTelemetry({ mapSavedObjects, indexPatternSavedObjects, settings });
}
185 changes: 0 additions & 185 deletions x-pack/plugins/maps/server/maps_telemetry/maps_telemetry.ts

This file was deleted.

0 comments on commit d60c3c7

Please sign in to comment.