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()