Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit b950ee6

Browse files
committed
Remove unwanted code
1 parent ba2c840 commit b950ee6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ describe('KeyringController', function () {
3636

3737
await keyringController.createNewVaultAndKeychain(PASSWORD);
3838
await keyringController.submitPassword(PASSWORD);
39-
40-
// MV3: Remove salt from vault string to preserve legacy vault format
41-
// const { vault } = keyringController.store.getState();
42-
// const newVault = keyringController.parseVault(vault).vault;
43-
// keyringController.store.updateState({ vault: newVault });
4439
});
4540

4641
afterEach(function () {

0 commit comments

Comments
 (0)