chore: remove debugger
This commit is contained in:
parent
a0e34cee4a
commit
74a1265fea
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user