Skip to content

Commit bd61021

Browse files
committed
console.logを削除
1 parent 2048bd0 commit bd61021

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/PeriodSection.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export default Vue.extend({
5454
const endTimeArray = this.classData.map((value) =>
5555
this.$dayjs(value.endTime)
5656
)
57-
console.log(endTimeArray)
5857
return (this.$dayjs as any).max([...endTimeArray])
5958
},
6059
},

0 commit comments

Comments
 (0)