Skip to content

Commit

Permalink
removing log
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-c-woodard committed Dec 20, 2024
1 parent 7c9ec6b commit 8794a3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/blocks/header/edit-inner.js
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,6 @@ export function EditInner(props) {
checked={shrinkMain}
onChange={(value) => setMetaAttribute(value, 'shrinkMain')}
/>
{console.log(1, shrinkMainHeight, shrinkMainHeightTablet, shrinkMainHeightMobile)}
{shrinkMain &&
(previewStickySection.includes('main') || previewStickySection === '') && (
<ResponsiveRangeControls
Expand Down

0 comments on commit 8794a3f

Please sign in to comment.