Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien Boutigny <[email protected]>
  • Loading branch information
bellangerq and hissalht authored Jul 3, 2024
1 parent 0ffb128 commit 95a3144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion confiture-web-app/src/components/report/ReportCriteria.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const dataCount = computed(() => {
// Set active side menu link
const route = useRoute();
console.log(route.hash);
function isActive(id: string) {
return route.hash && route.hash === id;
Expand Down

0 comments on commit 95a3144

Please sign in to comment.