mirror of https://github.com/vuejs/core.git
chore(runtime-core): remove console comment (#9989)
This commit is contained in:
parent
0275dd329d
commit
68e5cc6ac8
|
|
@ -242,7 +242,6 @@ function flushJobs(seen?: CountMap) {
|
|||
if (__DEV__ && check(job)) {
|
||||
continue
|
||||
}
|
||||
// console.log(`running:`, job.id)
|
||||
callWithErrorHandling(job, null, ErrorCodes.SCHEDULER)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue