refactor: cleanup

This commit is contained in:
wea_ondara
2023-10-05 19:44:28 +02:00
parent e189342e6f
commit ba45edba9e

View File

@@ -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;