From 6e99a3d1933ea17bd31777e12298869ff027471a Mon Sep 17 00:00:00 2001 From: Luca Rullo Date: Tue, 31 Oct 2023 19:44:40 +0100 Subject: [PATCH] Clean code --- inc/src/app/app.component.ts | 1 - 1 file changed, 1 deletion(-) 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; } )