Removes console log.

This commit is contained in:
mateuswetah 2024-06-24 17:06:25 -03:00
parent a3af691f48
commit 2008239372
1 changed files with 1 additions and 1 deletions

View File

@ -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',