Skip to content

Commit

Permalink
delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
JinIgarashi committed Aug 27, 2023
1 parent dde48e0 commit 063b40f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/maplibre-gl-legend/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ export class MaplibreLegendControl implements IControl {
if (!cancelled) resolve(img);
};
img.onerror = (e) => {
console.log(e);
if (!cancelled) reject(e);
};
img.src = url;
Expand Down

0 comments on commit 063b40f

Please sign in to comment.