Skip to content

Commit

Permalink
Update runtimes/eoapi/stac/eoapi/stac/templates/stac-viewer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago authored Feb 4, 2025
1 parent 0d25631 commit 67c2aec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtimes/eoapi/stac/eoapi/stac/templates/stac-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@
}

const query = (body) => {
console.log(body)
return fetch('{{ endpoint }}/search', {
method: 'POST',
body: JSON.stringify(body),
Expand Down

0 comments on commit 67c2aec

Please sign in to comment.