فهرست منبع

chore: remove debugger

Evan You 5 سال پیش
والد
کامیت
74a1265fea
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      packages/runtime-core/src/scheduler.ts

+ 0 - 3
packages/runtime-core/src/scheduler.ts

@@ -52,9 +52,6 @@ export function queueJob(job: SchedulerJob) {
       )) &&
     job !== currentPreFlushParentJob
   ) {
-    if (job.id && job.id > 0) {
-      debugger
-    }
     queue.push(job)
     if ((job.id as number) < 0) hasPendingPreFlushJobs = true
     queueFlush()