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