mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 15:40:00 +00:00
Remove logging.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user