Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ssundahlTTD committed Jul 30, 2024
1 parent 55ce3d4 commit 953c766
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/secureSignal_shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ export class UidSecureSignalProvider {
return window.__uid2!.getAdvertisingTokenAsync!.bind(window.__uid2);
}
}

// if (window.__uid2 && 'getAdvertisingTokenAsync' in window.__uid2!) {
// return window.__uid2!.getAdvertisingTokenAsync!.bind(window.__uid2);
// } else if (window.__euid && 'getAdvertisingTokenAsync' in window.__euid!) {
// return window.__euid!.getAdvertisingTokenAsync!.bind(window.__euid);
// }
};

public getUidAdvertisingTokenWithRetry = (
Expand Down Expand Up @@ -107,8 +101,6 @@ export class UidSecureSignalProvider {
declare global {
interface Window {
googletag?: any;
//__uidSecureSignalProvider?: UidSecureSignalProvider;
//getUidAdvertisingToken?: () => Promise<string | null | undefined>;
}
}

Expand Down

0 comments on commit 953c766

Please sign in to comment.