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 3, 2024
1 parent 006b271 commit 4f414e8
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 4f414e8

Please sign in to comment.