Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
devights committed Jul 2, 2024
1 parent 2f2b749 commit a5ef013
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compass_vue/pages/caseload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ export default {
this.persons = response.data;
}
this.isLoading = false;
console.log(this.persons);
});
},
showPriorityRing: function (priorityValue) {
Expand Down

0 comments on commit a5ef013

Please sign in to comment.