Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rinej committed Mar 15, 2024
1 parent ddd2200 commit 5b88a13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/libs/OptionsListUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1829,11 +1829,6 @@ function getFilteredOptions(
taxRates: TaxRatesWithDefault = {} as TaxRatesWithDefault,
includeSelfDM = false,
) {
// console.log('personalDetails: ', personalDetails);
// console.log('selectedOptions: ', selectedOptions);
// console.log('tags: ', tags);
// console.log('taxRates: ', taxRates);

return getOptions(reports, personalDetails, {
betas,
searchInputValue: searchValue.trim(),
Expand Down
2 changes: 1 addition & 1 deletion tests/perf-test/OptionsListUtils.perf-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('OptionsListUtils', () => {
});

/* Testing getFilteredOptions */
test('[OptionsListUtils] getFilteredOptions with test value', async () => {
test('[OptionsListUtils] getFilteredOptions with search value', async () => {
await waitForBatchedUpdates();
await measureFunction(() => OptionsListUtils.getFilteredOptions(reports, personalDetails, mockedBetas, SEARCH_VALUE));
});
Expand Down

0 comments on commit 5b88a13

Please sign in to comment.