Skip to content

Commit

Permalink
removed unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
bhardwajdisha committed Sep 18, 2023
1 parent 6b49aff commit 08fe147
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const FilterByText: FilterByTextType = ({ setFilter, reload, customFields, setCu
setCustomFields(undefined);
});

console.log(verificationStatus, servedBy);
const forms = useFormsSubscription() as any;

// TODO: Refactor the formsSubscription to use components instead of hooks (since the only thing the hook does is return a component)
Expand Down

0 comments on commit 08fe147

Please sign in to comment.