chore: remove console.log

This commit is contained in:
maninhill 2023-05-06 11:28:31 +08:00 committed by GitHub
parent d59dd27fb2
commit 6987c5ecbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -909,7 +909,6 @@ export default {
}
this.incrementalConfig.tableId = this.table.id
task.startTime = new Date(task.startTime).getTime()
console.log(task.endTime)
task.endTime = new Date(task.endTime).getTime()
task.tableId = this.table.id
const form = JSON.parse(JSON.stringify(task))