From 2cda60665a19ac2625befb2ad01b39655c6967e1 Mon Sep 17 00:00:00 2001 From: Dan Lemon Date: Thu, 24 Oct 2024 18:10:31 +0200 Subject: [PATCH] chore(SLB-455): remove console log dan --- .../drupal/gutenberg_blocks/js/blocks/accordion-item-text.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/drupal/gutenberg_blocks/js/blocks/accordion-item-text.tsx b/packages/drupal/gutenberg_blocks/js/blocks/accordion-item-text.tsx index f33312600..6ac26ab0d 100644 --- a/packages/drupal/gutenberg_blocks/js/blocks/accordion-item-text.tsx +++ b/packages/drupal/gutenberg_blocks/js/blocks/accordion-item-text.tsx @@ -49,8 +49,6 @@ registerBlockType<{ headingLevel: attributes.headingLevel, }); - console.log('dan props', props); - return (