Skip to content

Commit

Permalink
Remove unnecessary logging statements from createWmtsLegendUrl function
Browse files Browse the repository at this point in the history
  • Loading branch information
ronitjadhav committed Jan 20, 2025
1 parent 6f70b18 commit bc66a25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/legend/lib/create-legend/from-layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ async function createWmtsLegendUrl(
const endpoint = await new WmtsEndpoint(layer.url).isReady();

const layerByName = endpoint.getLayerByName(layer.name);
console.log("layerByName");
console.log(layerByName);

if (
layerByName.styles &&
Expand Down

0 comments on commit bc66a25

Please sign in to comment.