]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(runtime-core): remove console comment (#9989)
authorDoctorwu <44631608+Doctor-wu@users.noreply.github.com>
Sat, 6 Jan 2024 19:26:38 +0000 (03:26 +0800)
committerGitHub <noreply@github.com>
Sat, 6 Jan 2024 19:26:38 +0000 (03:26 +0800)
packages/runtime-core/src/scheduler.ts

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