diff --git a/src/components/App.jsx b/src/components/App.jsx index 919e1516..51992d8d 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -117,10 +117,9 @@ export default class App extends React.Component { this.setState({ errors:[error] }) - console.error(error) return } - + if(newStyle.glyphs !== this.state.mapStyle.glyphs) { this.updateFonts(newStyle.glyphs) }