From 9d1af3cacbadf1ad0c4d61bebe9a0cefd7cf6067 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 26 Nov 2025 11:55:49 +0100 Subject: [PATCH] REFACTOR Removing unecessary console log --- plugins/carhop-blocks/src/chapter-section/edit.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/carhop-blocks/src/chapter-section/edit.js b/plugins/carhop-blocks/src/chapter-section/edit.js index fa6bf0c..f002445 100644 --- a/plugins/carhop-blocks/src/chapter-section/edit.js +++ b/plugins/carhop-blocks/src/chapter-section/edit.js @@ -86,8 +86,6 @@ export default function Edit({ attributes, setAttributes, ...props }) { const isLightBackgroundColor = isColorLight(backgroundColor); setAttributes({ hasLightBackground: isLightBackgroundColor }); } - console.log(backgroundColor); - console.log(isColorLight(backgroundColor)); return ( <>