Chore: remove obsolete console.log's

This commit is contained in:
Pieter Vander Vennet 2025-05-27 16:08:07 +02:00
parent 85645f3706
commit 57e2693a20
2 changed files with 1 additions and 2 deletions

View file

@ -25,7 +25,6 @@
| Store<Feature<Geometry, HotspotProperties>[]> = []
let isLoaded = new UIEventSource(false)
console.log(">>> slots are", $$slots)
</script>
<div class={twMerge("relative h-full w-full", clss)}>

View file

@ -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,