mirror of
https://github.com/maputnik/editor.git
synced 2026-06-22 15:17:29 +00:00
Remove logging.
This commit is contained in:
@@ -27,7 +27,6 @@ export default class InputEnum extends React.Component {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
const {options, value, onChange, name, label} = this.props;
|
const {options, value, onChange, name, label} = this.props;
|
||||||
console.log("this.props", this.props)
|
|
||||||
|
|
||||||
if(options.length <= 3 && optionsLabelLength(options) <= 20) {
|
if(options.length <= 3 && optionsLabelLength(options) <= 20) {
|
||||||
return <InputMultiInput
|
return <InputMultiInput
|
||||||
|
|||||||
Reference in New Issue
Block a user