Skip to content

Commit

Permalink
chore(runtime-core): remove console comment (vuejs#9989)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doctor-wu authored Jan 6, 2024
1 parent 0275dd3 commit 68e5cc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/runtime-core/src/scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ function flushJobs(seen?: CountMap) {
if (__DEV__ && check(job)) {
continue
}
// console.log(`running:`, job.id)
callWithErrorHandling(job, null, ErrorCodes.SCHEDULER)
}
}
Expand Down

0 comments on commit 68e5cc6

Please sign in to comment.