Skip to content

Commit

Permalink
chore: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Nov 28, 2024
1 parent 32f6098 commit 264baa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ const getImageData = async (deck: Deck, legend: HTMLElement) => {
blob ? URL.createObjectURL(blob) : undefined
);

console.log({ res });
Object.assign(canvas, initialSize);
deck.redraw("Initial size");

Expand Down

0 comments on commit 264baa1

Please sign in to comment.