Showing
1 changed file
with
0 additions
and
1 deletions
... | ... | @@ -57,7 +57,6 @@ export class HistorySelectorComponent implements OnInit, OnChanges { |
57 | 57 | .pipe( |
58 | 58 | filter(() => this.playing)).subscribe(() => { |
59 | 59 | this.index++; |
60 | - console.log("HistorySelectorComponent -> play -> this.index", this.index, this.maxTimeIndex) | |
61 | 60 | if (this.index < this.maxTimeIndex) { |
62 | 61 | this.cd.detectChanges(); |
63 | 62 | this.timeUpdated.emit(this.intervals[this.index]); | ... | ... |