Chore: remove obsolete log
This commit is contained in:
parent
ab74a56cdb
commit
cd6a3512d2
1 changed files with 0 additions and 3 deletions
|
@ -75,9 +75,6 @@ export default class PanoramaxImageProvider extends ImageProvider {
|
|||
}
|
||||
|
||||
const [lon, lat] = GeoOperations.centerpointCoordinates(meta)
|
||||
const hd = meta.properties
|
||||
console.log(">>>",meta)
|
||||
// const hdUrl = new URL(hd)
|
||||
return <ProvidedImage>{
|
||||
id: meta.id,
|
||||
url: makeAbsolute(meta.assets.sd.href),
|
||||
|
|
Loading…
Reference in a new issue