refactor: cleanup
This commit is contained in:
@@ -34,7 +34,6 @@ export default class MangaUpdatesUpdater extends Vue {
|
|||||||
};
|
};
|
||||||
|
|
||||||
onProgress(type: string, progress: number, max: number): void {
|
onProgress(type: string, progress: number, max: number): void {
|
||||||
// console.log(type, progress, max);
|
|
||||||
this.progressType = type;
|
this.progressType = type;
|
||||||
this.progressValue = progress;
|
this.progressValue = progress;
|
||||||
this.progressMax = max;
|
this.progressMax = max;
|
||||||
|
|||||||
Reference in New Issue
Block a user