diff --git a/inc/src/app/app.component.ts b/inc/src/app/app.component.ts index 5c0dc45..33dcb4b 100644 --- a/inc/src/app/app.component.ts +++ b/inc/src/app/app.component.ts @@ -21,7 +21,6 @@ export class AppComponent implements OnInit { playerService.init_app$ .subscribe( (res:any) => { - console.log('jsjs') this.start = res; } )