Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanales committed Feb 11, 2021
1 parent ea9c9c4 commit 7716cb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/block-library/src/navigation/use-autohide.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ export default function useAutohide( clientId, innerBlocks, ref ) {
isHidden: state.visibilityMap[ block.clientId ],
} ) );

console.log( updatedBlocks );

useDispatch( ( dispatch ) =>
dispatch( 'core/block-editor' ).replaceInnerBlocks(
clientId,
Expand Down

0 comments on commit 7716cb9

Please sign in to comment.