chore: remove debugger

This commit is contained in:
Evan You 2020-08-05 09:32:18 -04:00
parent a0e34cee4a
commit 74a1265fea

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