REFACTOR Removing unecessary console log
This commit is contained in:
parent
c456d7c999
commit
9d1af3cacb
|
|
@ -86,8 +86,6 @@ export default function Edit({ attributes, setAttributes, ...props }) {
|
|||
const isLightBackgroundColor = isColorLight(backgroundColor);
|
||||
setAttributes({ hasLightBackground: isLightBackgroundColor });
|
||||
}
|
||||
console.log(backgroundColor);
|
||||
console.log(isColorLight(backgroundColor));
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user