Skip to content

Commit

Permalink
Fix: Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Nov 23, 2022
1 parent d8822c0 commit 8e51f55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Resources/Private/Fusion/Presentation/Address.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ prototype(Carbon.GeoMap:Presentation.Address) < prototype(Neos.Fusion:Component)
@if.hasNeededProps = ${this.editable || this._hasCoords}

renderer = afx`
<Neos.Fusion:Debug.Console props={{renderPopup:props.renderPopup,renderAddress:props.renderAddress,renderCountry:props.renderCountry}} />
<Neos.Fusion:Augmenter
class={Carbon.String.merge('carbon-geomap-coordinate', props.class)}
style={props.maxWith && props._hasCoords ? 'max-width:' + props.maxWith : null}
Expand Down

0 comments on commit 8e51f55

Please sign in to comment.