Skip to content

Commit 59e58cd

Browse files
committed
chore: remove console.log [ci skip]
1 parent 36fa42a commit 59e58cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime-core/src/scheduler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ export function flushPostFlushCbs(seen?: CountMap) {
175175
if (__DEV__) {
176176
checkRecursiveUpdates(seen!, activePostFlushCbs[postFlushIndex])
177177
}
178-
console.log(postFlushIndex)
179178
activePostFlushCbs[postFlushIndex]()
180179
}
181180
activePostFlushCbs = null

0 commit comments

Comments
 (0)