Clean up a bit

This commit is contained in:
Matthew Aaron Raymer
2022-12-13 18:00:40 +08:00
parent aad6b8273b
commit 0fa0936c59

View File

@@ -221,7 +221,6 @@ export default class AccountViewView extends Vue {
UPORT_ROOT_DERIVATION_PATH
);
console.log(newId);
db.open();
db.accounts.add({
did: address,
kid: newId.keys[0].kid,
@@ -231,7 +230,6 @@ export default class AccountViewView extends Vue {
publicKeyHex: publicHex,
type: "Secp256k1",
});
db.close();
//appStore.dispatch(appSlice.actions.addLog({log: false, msg: "... created new ID..."}))
accountStore.account = JSON.stringify(newId);
//appStore.dispatch(appSlice.actions.addLog({log: false, msg: "... stored new ID..."}))