This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

remove console

old
宇天 2019-08-20 20:54:53 +08:00
parent 717f170a66
commit e0697a53c0
1 changed files with 0 additions and 2 deletions

View File

@ -238,8 +238,6 @@ function getCalendarTable({ year, month, max, min, last }) {
let isLimitYM = isLimited({ max, min }, { year, month })
let list = []
log(year, month, nums, numsFixed)
for (let i = numsFixed; i <= nums; i++) {
let day = {
weekend: false,