From 7fccc4a0f041a9827176ae45663b7c2c91d2c3ba Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 19 Oct 2023 11:45:34 +0200 Subject: [PATCH] slight refactoring --- blocks/highlight/src/edit.js | 1 - 1 file changed, 1 deletion(-) 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();