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

@@ -14,7 +14,6 @@ export class EmbassyPage {
storageDrives = []
selectedDrive: DiskInfo = null
loading = true
window = window
constructor(
private readonly apiService: ApiService,
@@ -41,7 +40,6 @@ export class EmbassyPage {
try {
this.storageDrives = await this.apiService.getDrives()
} catch (e) {
console.log(e)
this.errorToastService.present(e.message)
} finally {
this.loading = false