chore: clean up console logs
This commit is contained in:
@@ -189,7 +189,6 @@ export default class ImportAccountView extends Vue {
|
||||
* Uses importFromMnemonic utility for secure import
|
||||
*/
|
||||
public async onImportClick() {
|
||||
console.log("[ImportAccountView] onImportClick", this.mnemonic);
|
||||
if (!this.mnemonic?.trim()) {
|
||||
this.notify.warning(
|
||||
"Seed phrase is required to import an account.",
|
||||
@@ -207,7 +206,6 @@ export default class ImportAccountView extends Vue {
|
||||
|
||||
// Check what was actually imported
|
||||
const settings = await this.$accountSettings();
|
||||
console.log("[ImportAccountView] settings", JSON.stringify(settings, null, 2));
|
||||
|
||||
// Check account-specific settings
|
||||
if (settings?.activeDid) {
|
||||
|
||||
Reference in New Issue
Block a user