소스 검색

Remove `v2infoShown` setting cleanup code (#959)

The corresponding code has been gone for 1.5 years.
Danilo Bargen 5 년 전
부모
커밋
ed3fac3239
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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?');