Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Jan 10, 2024
1 parent 137afab commit 6696ba4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/packages/__VUE/calendaritem/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ export default create({
// 初始化数据
const initData = () => {
console.log('initData');
// 初始化开始结束数据
let propStartDate = props.startDate ? props.startDate : Utils.getDay(0);
let propEndDate = props.endDate ? props.endDate : Utils.getDay(365);
Expand Down

0 comments on commit 6696ba4

Please sign in to comment.