mirror of
https://github.com/maputnik/editor.git
synced 2026-01-06 21:40:01 +00:00
Remove logging and force OL3 to redraw
This commit is contained in:
@@ -35,7 +35,6 @@ export default class PropertyGroup extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
console.log(this.props.layer.id, this.props.groupFields)
|
||||
const fields = this.props.groupFields.map(fieldName => {
|
||||
const fieldSpec = getFieldSpec(this.props.layer.type, fieldName)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user