Skip to content

Commit

Permalink
Reverted: unwanted console statement in the code (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Nov 8, 2024
1 parent 75bd642 commit 2912fce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/CountDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@ onIonViewDidLeave(async() => {
onBeforeRouteLeave(async (to) => {
if(to.path === "/login") return;
console.log(hasUnsavedChanges.value);
if(!hasUnsavedChanges.value) return true;
let leavePage = false;
Expand Down

0 comments on commit 2912fce

Please sign in to comment.