Make mac cycle length test more meaningful
This commit is contained in:
@@ -85,7 +85,6 @@ export default function config(opts) {
|
||||
cycle = cycleDaysSortedByDate.slice(0, cycleStartIndex + 1)
|
||||
cycleLength = startLocalDate.until(todayAsLocalDate, DAYS)
|
||||
}
|
||||
console.log(cycleLength, maxCycleLength)
|
||||
return cycleLength > maxCycleLength ? null : cycle
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user