Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Nov 9, 2022
1 parent 95f1712 commit a133929
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/javascript/utils/RjsfSelectWidgetBs5.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ function SelectWidget({
placeholder,
rawErrors = [],
}) {
console.log(value);
console.log(options);
const { enumOptions, enumDisabled } = options;

const emptyValue = multiple ? [] : '';
Expand Down

0 comments on commit a133929

Please sign in to comment.