mirror of
https://github.com/maputnik/editor.git
synced 2026-01-07 14:00:01 +00:00
Remove unneed console.log
This commit is contained in:
@@ -101,8 +101,6 @@ export default class ModalSettings extends React.Component<ModalSettingsProps> {
|
||||
const transition = this.props.mapStyle.transition || {};
|
||||
const terrain = this.props.mapStyle.terrain || {} as TerrainSpecification;
|
||||
|
||||
console.log(latest);
|
||||
|
||||
return <Modal
|
||||
data-wd-key="modal:settings"
|
||||
isOpen={this.props.isOpen}
|
||||
|
||||
Reference in New Issue
Block a user