Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdbeentjes committed Jul 30, 2024
1 parent d6b3cf4 commit ec73ead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/sync-viewer-layer-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ async function syncViewerLayers(menuTree, eventType, viewerLayerId) {

const geonetworkInstancesArray = Array.from(geonetworkInstances)

console.log(geonetworkInstancesArray)

const xml = await fetchViewerLayerXML({ id: viewerLayerId })

// Can occur when no update needs to be done (because there is no factsheet or inspireMetadata)
Expand Down

0 comments on commit ec73ead

Please sign in to comment.