Skip to content

Commit

Permalink
Removing console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
maayarosama committed Feb 6, 2024
1 parent acb922c commit b75b102
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions client/src/components/requests/eventRequest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ export default {
() => [startDate.value, endDate.value],
async () => {
setTimeout(async () => {
console.log(startDateField.value.validate(), "hereeee")
startDateField.value.validate();
endDateField.value.validate();
}, 200);
Expand Down
2 changes: 0 additions & 2 deletions client/src/components/requests/leaveRequest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ export default {
() => [startDate.value, endDate.value],
async () => {
setTimeout(async () => {
console.log(startDateField.value.validate(), "hereeee")
startDateField.value.validate();
endDateField.value.validate();
actualDays.execute();
Expand Down

0 comments on commit b75b102

Please sign in to comment.