REFACTOR Removing unecessary console log

This commit is contained in:
Antoine M 2025-07-15 10:41:16 +02:00
parent 889d9f01d2
commit d73c7d259b
2 changed files with 715 additions and 456 deletions

File diff suppressed because it is too large Load Diff

View File

@ -44,7 +44,6 @@ export default function Edit({ attributes, setAttributes }) {
<ColorPalette <ColorPalette
value={color} value={color}
onChange={(value) => { onChange={(value) => {
console.log(value);
handleColorChange(value); handleColorChange(value);
}} }}
colors={colors} colors={colors}