Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed May 14, 2024
1 parent 4e9dc33 commit 7e45cbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/routes/(app)/analytics/ComposerSelect.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
onMount(async () => {
const riskAssessments = await fetch('/risk-assessments').then((res) => res.json());
console.log(riskAssessments)
options = getOptions({ objects: riskAssessments, extra_fields: [['project', 'str']] });
});
</script>
Expand Down

0 comments on commit 7e45cbe

Please sign in to comment.