Skip to content

Commit

Permalink
Remove useless console log
Browse files Browse the repository at this point in the history
  • Loading branch information
elreco committed Nov 16, 2022
1 parent 081f528 commit 59b4c79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-tailwind-datepicker",
"description": "A date range picker component for Vue.js 3 using Tailwind CSS",
"version": "1.1.3",
"version": "1.1.4",
"files": [
"dist"
],
Expand Down
1 change: 0 additions & 1 deletion src/VueTailwindDatePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ const calendar = computed(() => {
v.hovered = () => {
if (!asRange()) return false
if (hoverValue.value.length > 1) {
console.log(previous.month() === v.month())
return (
(v.isBetween(hoverValue.value[0], hoverValue.value[1], 'date', '()') ||
v.isBetween(hoverValue.value[1], hoverValue.value[0], 'date', '(]')) &&
Expand Down

1 comment on commit 59b4c79

@vercel
Copy link

@vercel vercel bot commented on 59b4c79 Nov 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.