Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Aug 19, 2024
1 parent 09c60d2 commit 6ce8688
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export function ValueSetAsyncSelect(props: ValueSetAsyncSelectProps) {
const sanitizedDefValue = useSanitizedValueSelectValue(optionsByCodeAndSystem, defaultValue)


console.log({sanitizedValue, optionsByCodeAndSystem})
const selectDropDownRender = dropDownFactory(t, data, error as Error)

const selectProps = {
Expand Down

0 comments on commit 6ce8688

Please sign in to comment.