forked from github/dataease
Merge pull request #5146 from dataease/maninhill-patch-2
chore: remove console.log
This commit is contained in:
commit
6638620ca9
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user