mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2026-02-06 02:06:29 +01:00
remove logging
This commit is contained in:
@@ -59,12 +59,8 @@ export default class DownloadHandler {
|
|||||||
error: string,
|
error: string,
|
||||||
} = payload
|
} = payload
|
||||||
|
|
||||||
console.log(payload)
|
|
||||||
|
|
||||||
// Set download to error
|
// Set download to error
|
||||||
const index = this.downloads.findIndex(download => download.path === errorData.path)
|
const index = this.downloads.findIndex(download => download.path === errorData.path)
|
||||||
console.log(index)
|
|
||||||
console.log(this.downloads[index])
|
|
||||||
this.downloads[index].status = 'error'
|
this.downloads[index].status = 'error'
|
||||||
this.downloads[index].error = errorData.error
|
this.downloads[index].error = errorData.error
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user