Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
YejunWu168 committed Jul 16, 2021
1 parent 1dfa8aa commit 0072cb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/employees/_employee_id.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ export default defineComponent({
// Only dispatch if value changed. Failsafe for spamming the checkbox.
if (valueChanged) store.dispatch("employees/updateAdminList", adminList);
}
console.log(selectedCustomers.value)
const saveProjects = () => {
if (!employee.value) return;
Expand Down

0 comments on commit 0072cb4

Please sign in to comment.