Skip to content

Commit 50d50ee

Browse files
committed
Remove console log
1 parent f472d19 commit 50d50ee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/lib/components/data-vis/position-chart/PositionChart.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
1616
const range = Array.from({ length: 10 }, (_, i) => i);
1717
18-
$inspect(value, "what is it");
19-
2018
// the 'chart' is the bar and the marker - its height is a prop and its width is binded to clientWidth
2119
2220
// the 'marker' is the circle

src/lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ export { default as Tabs } from "./components/ui/Tabs.svelte";
4949
export { default as WhatsNew } from "./components/ui/WhatsNew.svelte";
5050
export { default as PositionChart } from "./components/data-vis/position-chart/PositionChart.svelte";
5151
export { default as PositionChartAxis } from "./components/data-vis/position-chart/PositionChartAxis.svelte";
52+
export { default as MultiSelectSearchAutocomplete } from "./components/ui/MultiSelectSearchAutocomplete.svelte";

0 commit comments

Comments
 (0)