Skip to content

Commit

Permalink
remove forgotten console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mskocik authored Mar 6, 2024
1 parent 8feb23d commit e02162d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/Calendar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@
* @param {number} mode
*/
function disableButtonNav(date, direction, mode) {
console.log(direction, date.getFullYear() * 100, date.getMonth() + direction);
const compareToEndDate = direction === 1;
const dateToCompare = compareToEndDate ? endDate : computedStartDate;
if (dateToCompare) {
Expand Down

0 comments on commit e02162d

Please sign in to comment.