Commit b65f02f3b79559c4be676a8aba1c0f3888aa3541

Authored by Artem Halushko
1 parent 182700a3

reomove log

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