Skip to content

Commit

Permalink
getvalue not being used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Sep 3, 2024
1 parent a4ea126 commit 5e60441
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/localStorageManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ export class LocalStorageManager {
public removeValue() {
localStorage.removeItem(this._storageKey);
}
private getValue() {
return getValue(this._storageKey);
}

public loadIdentityFromLocalStorage(): Identity | OptoutIdentity | null {
return loadIdentityWithStorageKey(this._storageKey);
Expand Down

0 comments on commit 5e60441

Please sign in to comment.