chore(runtime-core): remove console comment (#9989)

This commit is contained in:
Doctorwu 2024-01-07 03:26:38 +08:00 committed by GitHub
parent 0275dd329d
commit 68e5cc6ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -242,7 +242,6 @@ function flushJobs(seen?: CountMap) {
if (__DEV__ && check(job)) {
continue
}
// console.log(`running:`, job.id)
callWithErrorHandling(job, null, ErrorCodes.SCHEDULER)
}
}