diff --git a/src/routes/dashboard/+page.svelte b/src/routes/dashboard/+page.svelte index 562485e4..b6edb833 100644 --- a/src/routes/dashboard/+page.svelte +++ b/src/routes/dashboard/+page.svelte @@ -220,7 +220,7 @@

Questions Dashboard

-
Download CSV -
+ -->
diff --git a/src/routes/dashboard/QuestionBarChart.svelte b/src/routes/dashboard/QuestionBarChart.svelte index afff7d4d..cd042c45 100644 --- a/src/routes/dashboard/QuestionBarChart.svelte +++ b/src/routes/dashboard/QuestionBarChart.svelte @@ -89,7 +89,6 @@ } $: data = createBarChartData(questions, timePeriod) - $: console.log({ timePeriod, data })