diff --git a/x-pack/plugins/cases/server/saved_object_types/migrations/index.ts b/x-pack/plugins/cases/server/saved_object_types/migrations/index.ts index cbd04722391af..b7da708ae7f07 100644 --- a/x-pack/plugins/cases/server/saved_object_types/migrations/index.ts +++ b/x-pack/plugins/cases/server/saved_object_types/migrations/index.ts @@ -142,10 +142,6 @@ export interface CreateCommentsMigrationsDeps { export const createCommentsMigrations = ( migrationDeps: CreateCommentsMigrationsDeps ): SavedObjectMigrationMap => { - // console.error( - // 'migrationas', - // JSON.stringify(migrationDeps.embeddable.getAllMigrations(), null, 2) - // ); const embeddableMigrations = mapValues( migrationDeps.embeddable.getAllMigrations(), migrateByValueLensVisualizations