Skip to content

Commit 74a1265

Browse files
committed
chore: remove debugger
1 parent a0e34ce commit 74a1265

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/runtime-core/src/scheduler.ts

-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ export function queueJob(job: SchedulerJob) {
5252
)) &&
5353
job !== currentPreFlushParentJob
5454
) {
55-
if (job.id && job.id > 0) {
56-
debugger
57-
}
5855
queue.push(job)
5956
if ((job.id as number) < 0) hasPendingPreFlushJobs = true
6057
queueFlush()

0 commit comments

Comments
 (0)