remove console
parent
717f170a66
commit
e0697a53c0
|
@ -238,8 +238,6 @@ function getCalendarTable({ year, month, max, min, last }) {
|
||||||
let isLimitYM = isLimited({ max, min }, { year, month })
|
let isLimitYM = isLimited({ max, min }, { year, month })
|
||||||
let list = []
|
let list = []
|
||||||
|
|
||||||
log(year, month, nums, numsFixed)
|
|
||||||
|
|
||||||
for (let i = numsFixed; i <= nums; i++) {
|
for (let i = numsFixed; i <= nums; i++) {
|
||||||
let day = {
|
let day = {
|
||||||
weekend: false,
|
weekend: false,
|
||||||
|
|
Reference in New Issue