From: Doctorwu <44631608+Doctor-wu@users.noreply.github.com> Date: Sat, 6 Jan 2024 19:26:38 +0000 (+0800) Subject: chore(runtime-core): remove console comment (#9989) X-Git-Tag: v3.4.6~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68e5cc6ac8fc289372831c5fbdff09e63728fc00;p=thirdparty%2Fvuejs%2Fcore.git chore(runtime-core): remove console comment (#9989) --- diff --git a/packages/runtime-core/src/scheduler.ts b/packages/runtime-core/src/scheduler.ts index 7c4524c710..78b4d7d9a9 100644 --- a/packages/runtime-core/src/scheduler.ts +++ b/packages/runtime-core/src/scheduler.ts @@ -242,7 +242,6 @@ function flushJobs(seen?: CountMap) { if (__DEV__ && check(job)) { continue } - // console.log(`running:`, job.id) callWithErrorHandling(job, null, ErrorCodes.SCHEDULER) } }