Skip to content

Commit

Permalink
chore: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Jun 5, 2024
1 parent cf3b0f4 commit 2edba09
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export default function ConfigTypesTristateDropdown({

const configItemsOptionsItems = configTypeOptions || [];

console.log(field.value, configItemsOptionsItems, isLoading);

return (
<TristateReactSelect
options={configItemsOptionsItems}
Expand Down

0 comments on commit 2edba09

Please sign in to comment.