Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kjj6198 committed Nov 21, 2020
1 parent c8bce8c commit 407e849
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SexualCaseMap.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
duration: 400,
easing: cubicOut,
});
$: console.log(currentData);
$: colorScale =
currentData.length > 0
? scaleLinear()
Expand Down

1 comment on commit 407e849

@vercel
Copy link

@vercel vercel bot commented on 407e849 Nov 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.