diff --git a/blocks/highlight/src/edit.js b/blocks/highlight/src/edit.js index 23d335d..4c2996a 100644 --- a/blocks/highlight/src/edit.js +++ b/blocks/highlight/src/edit.js @@ -52,7 +52,6 @@ export default function Edit({ attributes, setAttributes }) { }); } function onVariantChange(variant) { - console.log(variant); setAttributes({ variant }); } let iconPicture = getIconPicture();