瀏覽代碼

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

Doctorwu 2 年之前
父節點
當前提交
68e5cc6ac8
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/runtime-core/src/scheduler.ts

+ 0 - 1
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)
       }
     }