Skip to content

Commit

Permalink
Remove the migrate function
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jun 24, 2019
1 parent 068e9bf commit 8109601
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/block-library/src/columns/deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@ export default [
default: 2,
},
},
migrate( attributes, innerBlocks ) {
attributes = {
...attributes,
columns: innerBlocks.length,
};

return [ attributes, innerBlocks ];
},
save( { attributes } ) {
const { verticalAlignment, columns } = attributes;

Expand Down

0 comments on commit 8109601

Please sign in to comment.