Skip to content

Commit

Permalink
remove unused *InputSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Aug 10, 2023
1 parent e8d77e9 commit f89dc8a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/replay/src/util/getPrivacyOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ type GetPrivacyOptions = Required<Omit<ReplayIntegrationPrivacyOptions, 'maskFn'
interface GetPrivacyReturn {
maskTextSelector: string;
unmaskTextSelector: string;
// maskInputSelector: string;
// unmaskInputSelector: string;
blockSelector: string;
unblockSelector: string;
ignoreSelector: string;
Expand Down Expand Up @@ -78,8 +76,6 @@ export function getPrivacyOptions({
// We are making the decision to make text and input selectors the same
maskTextSelector: maskSelector,
unmaskTextSelector: unmaskSelector,
// maskInputSelector: maskSelector,
// unmaskInputSelector: unmaskSelector,

blockSelector: getOption(
block,
Expand Down

0 comments on commit f89dc8a

Please sign in to comment.