forked from MapComplete/MapComplete
Chore: remove obsolete console.log's
This commit is contained in:
parent
85645f3706
commit
57e2693a20
2 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@
|
||||||
| Store<Feature<Geometry, HotspotProperties>[]> = []
|
| Store<Feature<Geometry, HotspotProperties>[]> = []
|
||||||
|
|
||||||
let isLoaded = new UIEventSource(false)
|
let isLoaded = new UIEventSource(false)
|
||||||
console.log(">>> slots are", $$slots)
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class={twMerge("relative h-full w-full", clss)}>
|
<div class={twMerge("relative h-full w-full", clss)}>
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
informationLocation: (image.detailsUrl ?? image.pictureUrl ?? image.thumbUrl),
|
informationLocation: (image.detailsUrl ?? image.pictureUrl ?? image.thumbUrl),
|
||||||
date
|
date
|
||||||
}
|
}
|
||||||
console.log(">>> trying to create license info based on", image, license)
|
|
||||||
let providedImage: ProvidedImage = {
|
let providedImage: ProvidedImage = {
|
||||||
url: image.thumbUrl ?? image.pictureUrl,
|
url: image.thumbUrl ?? image.pictureUrl,
|
||||||
url_hd: image.pictureUrl,
|
url_hd: image.pictureUrl,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue