Skip to content

Commit

Permalink
remove sample data
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Oct 24, 2024
1 parent 0434254 commit d2ed523
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 2,582 deletions.
6 changes: 0 additions & 6 deletions x-pack/plugins/canvas/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { ReportingServerPluginSetup } from '@kbn/reporting-server';
import { getCanvasFeature } from './feature';
import { initRoutes } from './routes';
import { registerCanvasUsageCollector } from './collectors';
import { loadSampleData } from './sample_data';
import { setupInterpreter } from './setup_interpreter';
import { customElementType, workpadTypeFactory, workpadTemplateType } from './saved_objects';
import type { CanvasSavedObjectTypeMigrationsDeps } from './saved_objects/migrations';
Expand Down Expand Up @@ -82,11 +81,6 @@ export class CanvasPlugin implements Plugin {
logger: this.logger,
});

loadSampleData(
plugins.home.sampleData.addSavedObjectsToSampleDataset,
plugins.home.sampleData.addAppLinksToSampleDataset
);

const getIndexForType = (type: string) =>
coreSetup
.getStartServices()
Expand Down
Loading

0 comments on commit d2ed523

Please sign in to comment.