Remove logging.

This commit is contained in:
orangemug 2020-06-10 19:44:05 +01:00
parent 06bccfab10
commit c4b05b62b3

View file

@ -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