REFACTOR Removing unecessary console log
This commit is contained in:
parent
889d9f01d2
commit
d73c7d259b
File diff suppressed because it is too large
Load Diff
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user