diff --git a/src/UI/Image/ImageOperations.svelte b/src/UI/Image/ImageOperations.svelte index d6454dbcf2..5d4450921b 100644 --- a/src/UI/Image/ImageOperations.svelte +++ b/src/UI/Image/ImageOperations.svelte @@ -25,7 +25,6 @@ | Store[]> = [] let isLoaded = new UIEventSource(false) - console.log(">>> slots are", $$slots)
diff --git a/src/UI/Image/LinkableImage.svelte b/src/UI/Image/LinkableImage.svelte index 69f3aff679..5b01eef24f 100644 --- a/src/UI/Image/LinkableImage.svelte +++ b/src/UI/Image/LinkableImage.svelte @@ -53,7 +53,7 @@ informationLocation: (image.detailsUrl ?? image.pictureUrl ?? image.thumbUrl), date } - console.log(">>> trying to create license info based on", image, license) + let providedImage: ProvidedImage = { url: image.thumbUrl ?? image.pictureUrl, url_hd: image.pictureUrl,