[feature-274] remove todo

This commit is contained in:
MathieuG-P
2023-11-07 22:01:39 +01:00
parent 26579bd7c6
commit 7b88100758
@@ -161,7 +161,6 @@ export class BSVersionManagerService {
shareReplay({ bufferSize: 1, refCount: true })
);
// TODO : progression wrong
this.progressBar.show(obs$.pipe(map(progress => (progress.current / progress.total) * 100)), true);
return obs$;