Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq committed Dec 11, 2024
1 parent d7a6d28 commit b13942f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion confiture-web-app/src/pages/audit/AuditCreatePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const newAuditTypeRef = ref<InstanceType<typeof NewAuditType>>();
// Display leave modal when navigating to another route
// FIXME: it causes bug with links on the page
onBeforeRouteLeave((to) => {
console.log(newAuditTypeRef.value?.procedureName);
if (
!isSubmitting.value &&
!confirmedLeave.value &&
Expand Down

0 comments on commit b13942f

Please sign in to comment.