pr review

This commit is contained in:
Drew Ansbacher
2021-09-15 10:43:31 -06:00
committed by Aiden McClelland
parent bf9c046cd2
commit 5475f29408
5 changed files with 1 additions and 7 deletions

View File

@@ -50,7 +50,6 @@ export class StateService {
'recovery-logicalname': this.recoveryDrive?.logicalname,
'recovery-password': this.recoveryPassword
})
console.log("return", ret)
return { torAddress: ret['tor-address'] }
}
}