removing unecessary console.log

This commit is contained in:
Antoine M 2024-07-04 10:11:55 +02:00
parent b9e70b70c7
commit 9ec7cba8c9

View File

@ -69,7 +69,6 @@ wp.hooks.addFilter(
return extraProps;
}
if (attributes.buttonVariant) {
console.log(extraProps.className + " extra-props-de-antoine");
extraProps.className = extraProps.className + " lol " + " extra-props-de-antoine";
}