REFACTOR Removing unecessary console log

This commit is contained in:
Antoine M 2025-11-26 11:55:49 +01:00
parent c456d7c999
commit 9d1af3cacb

View File

@ -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 (
<>