Remove old TODO
This commit is contained in:
@@ -39,7 +39,6 @@ export class Progress {
|
|||||||
this._percentageDone = 0;
|
this._percentageDone = 0;
|
||||||
this._intervalId = undefined;
|
this._intervalId = undefined;
|
||||||
this._tickingStatus = { state: TickingState.None };
|
this._tickingStatus = { state: TickingState.None };
|
||||||
// TODO: clear interval
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public beginRunning(expectedTimeMs: number): void {
|
public beginRunning(expectedTimeMs: number): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user