mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 18:30:40 +01:00
Remove logging.
This commit is contained in:
parent
06bccfab10
commit
c4b05b62b3
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ export default class InputEnum extends React.Component {
|
|||
|
||||
render() {
|
||||
const {options, value, onChange, name, label} = this.props;
|
||||
console.log("this.props", this.props)
|
||||
|
||||
if(options.length <= 3 && optionsLabelLength(options) <= 20) {
|
||||
return <InputMultiInput
|
||||
|
|
Loading…
Reference in a new issue