From a3d1dd8c16fa2c2578e9a4d4a14e8844cf0bb5dd Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 29 Jan 2025 12:04:39 +0100 Subject: [PATCH] fix(front): remove debug logs from ArtistBase --- front/src/components/library/ArtistBase.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/front/src/components/library/ArtistBase.vue b/front/src/components/library/ArtistBase.vue index dcfc958ac..48a7c8f12 100644 --- a/front/src/components/library/ArtistBase.vue +++ b/front/src/components/library/ArtistBase.vue @@ -58,7 +58,6 @@ const discogsUrl = computed(() => `https://discogs.com/search/?type=artist&title const publicLibraries = computed(() => libraries.value?.filter(library => library.privacy_level === 'everyone') ?? []) - const cover = computed(() => { const artistCover: Cover | undefined = object.value?.cover @@ -71,12 +70,6 @@ const cover = computed(() => { ) ?.cover - // TODO: Find out why artistCover in fake-data is null but the type is undefined - console.log("ARTIST", artistCover); - console.log("ALBUM", albumCover); - console.log("TRACK", trackCover); - - // Use the fallback cover in case you can't find any cover for the artist: const fallback : Cover = { uuid: '', urls: {