Commit b65f02f3b79559c4be676a8aba1c0f3888aa3541

Authored by Artem Halushko
1 parent 182700a3

reomove log

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