Removes console log.
This commit is contained in:
parent
a3af691f48
commit
2008239372
|
@ -65,7 +65,7 @@ export default function({ attributes }) {
|
|||
|
||||
// Gets attributes such as style, that are automatically added by the editor hook
|
||||
const blockProps = useBlockProps.save();
|
||||
console.log(hideFilterCollapses)
|
||||
|
||||
return <div
|
||||
style={{
|
||||
'font-size': baseFontSize + 'px',
|
||||
|
|
Loading…
Reference in New Issue