diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 2d4974f..89a616b 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -64,7 +64,6 @@ export class AppComponent implements OnInit { ngOnInit() { this.configForm.reset({...this.config}); this.list = this.historyService.list(); - this.startAnimation(); } public updateGraphs() {