chore: remove debugger
This commit is contained in:
parent
a0e34cee4a
commit
74a1265fea
@ -52,9 +52,6 @@ export function queueJob(job: SchedulerJob) {
|
|||||||
)) &&
|
)) &&
|
||||||
job !== currentPreFlushParentJob
|
job !== currentPreFlushParentJob
|
||||||
) {
|
) {
|
||||||
if (job.id && job.id > 0) {
|
|
||||||
debugger
|
|
||||||
}
|
|
||||||
queue.push(job)
|
queue.push(job)
|
||||||
if ((job.id as number) < 0) hasPendingPreFlushJobs = true
|
if ((job.id as number) < 0) hasPendingPreFlushJobs = true
|
||||||
queueFlush()
|
queueFlush()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user