Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
syam babu committed Nov 28, 2024
1 parent f2daafc commit a20190c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/removeUneditedFallbackValues.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ export const filterUneditedFallbackValues = ({
if (fieldName === fieldNameFlag) requiredFallbackKeyForCurrentField = key;
});

if (fieldName == 'virtualLocation') {
console.log(emptyValueFilter(additionalFilters, values));
}

// If no matching fallback key is found, return the original values
if (!requiredFallbackKeyForCurrentField) return emptyValueFilter(additionalFilters, values);

Expand Down

0 comments on commit a20190c

Please sign in to comment.