removing unecessary console.log
This commit is contained in:
parent
b9e70b70c7
commit
9ec7cba8c9
|
|
@ -69,7 +69,6 @@ wp.hooks.addFilter(
|
||||||
return extraProps;
|
return extraProps;
|
||||||
}
|
}
|
||||||
if (attributes.buttonVariant) {
|
if (attributes.buttonVariant) {
|
||||||
console.log(extraProps.className + " extra-props-de-antoine");
|
|
||||||
extraProps.className = extraProps.className + " lol " + " extra-props-de-antoine";
|
extraProps.className = extraProps.className + " lol " + " extra-props-de-antoine";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user