Sfoglia il codice sorgente

Remove `v2infoShown` setting cleanup code (#959)

The corresponding code has been gone for 1.5 years.
Danilo Bargen 5 anni fa
parent
commit
ed3fac3239
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      src/partials/welcome.ts

+ 0 - 4
src/partials/welcome.ts

@@ -152,10 +152,6 @@ class WelcomeController {
             this.showBrowserWarning();
         }
 
-        // Clean up local storage
-        // TODO: Remove this in future version
-        this.settingsService.removeUntrustedKeyValuePair('v2infoShown');
-
         // Determine whether local storage is available
         if (this.trustedKeyStore.blocked === true) {
             this.log.error('Cannot access local storage. Is it being blocked by a browser add-on?');