Skip to content

Commit 4766f0d

Browse files
committed
cleanup
1 parent ab5e320 commit 4766f0d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dist/privacy.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -529,10 +529,7 @@ let sync_metrics = {
529529

530530
let CCPAdata = {
531531
hasCCPALink: CCPALinks.length > 0,
532-
}
533-
if (CCPAdata.hasCCPALink) {
534-
CCPAdata.CCPALinkPhrases = CCPALinks.map(link => link.textContent.trim().toLowerCase())
535-
}
532+
};
536533

537534
return CCPAdata
538535
})()

0 commit comments

Comments
 (0)