Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jul 24, 2024
1 parent e2cef99 commit 226156e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/edit-site/src/components/page-patterns/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ export default function DataviewsPatterns() {
}, [ editAction, type, templatePartActions, patternActions ] );
const id = useId();
const settings = usePatternSettings();
console.log({view, fields});
// Wrap everything in a block editor provider.
// This ensures 'styles' that are needed for the previews are synced
// from the site editor store to the block editor store.
Expand Down

0 comments on commit 226156e

Please sign in to comment.