Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Aug 15, 2021
1 parent 6e15a15 commit 7775cb8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<MigrateFunctionsObject, SavedObjectMigrationFn>(
migrationDeps.embeddable.getAllMigrations(),
migrateByValueLensVisualizations
Expand Down

0 comments on commit 7775cb8

Please sign in to comment.