Skip to content

Commit 330e09b

Browse files
no longer needed updateusecookie
1 parent 41e142d commit 330e09b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/storageManager.ts

-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ export class StorageManager {
4646
}
4747
}
4848

49-
public updateUseCookie(useCookie: boolean) {
50-
this._opts.useCookie = useCookie;
51-
}
52-
5349
public setOptout() {
5450
const expiry = Date.now() + 72 * 60 * 60 * 1000; // 3 days - need to pick something
5551
const optout: OptoutIdentity = {

0 commit comments

Comments
 (0)