diff --git a/src/components/USelectPicker/Input.js b/src/components/USelectPicker/Input.js index a0ad027c0..ad099b153 100644 --- a/src/components/USelectPicker/Input.js +++ b/src/components/USelectPicker/Input.js @@ -3,7 +3,6 @@ import { components } from 'react-select' import PropTypes from 'prop-types' export default function Input(props) { - console.log(props) let describedBy = props['aria-describedby'] //react-select generated aria-describedby if (!props.hasValue) { const customDescribedBy = props.selectProps['aria-describedby'] //custom aria-describedby passed through the props