Skip to content

Commit

Permalink
Remove the hydration console log of the Interactivity API (#51571)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisherranz authored Jun 16, 2023
1 parent 2fa09fe commit 104dd8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/block-library/src/utils/interactivity/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ registerDirectives();

document.addEventListener( 'DOMContentLoaded', async () => {
await init();
// eslint-disable-next-line no-console
console.log( 'Interactivity API started' );
} );

0 comments on commit 104dd8f

Please sign in to comment.