]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove debugger
authorEvan You <yyx990803@gmail.com>
Wed, 5 Aug 2020 13:32:18 +0000 (09:32 -0400)
committerEvan You <yyx990803@gmail.com>
Wed, 5 Aug 2020 13:32:18 +0000 (09:32 -0400)
packages/runtime-core/src/scheduler.ts

index 01afd808e62ba0d0a937c729b734c182d4f2dacb..c246a363665f1ed5295610d09753a2136301c6fb 100644 (file)
@@ -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()