diff --git a/dashboard/src/app/album.component.ts b/dashboard/src/app/album.component.ts index 82ae3e4..3e91ded 100644 --- a/dashboard/src/app/album.component.ts +++ b/dashboard/src/app/album.component.ts @@ -31,11 +31,7 @@ export class AlbumComponent implements OnInit { this.loadSongs() - this.elsService.getAlbum(this.albumName).subscribe(data => { - this.album = data; - console.log(this.album); - }); - + this.elsService.getAlbum(this.albumName).subscribe(data => this.album = data); } loadSongs(): void { diff --git a/dashboard/src/app/artist.component.html b/dashboard/src/app/artist.component.html index ee5b8ed..4c20545 100644 --- a/dashboard/src/app/artist.component.html +++ b/dashboard/src/app/artist.component.html @@ -15,10 +15,10 @@