Skip to content

Commit

Permalink
Remove unneed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jan 13, 2024
1 parent 1da65f2 commit 3b95b25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/ModalSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3b95b25

Please # to comment.