We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fa42a commit 59e58cdCopy full SHA for 59e58cd
packages/runtime-core/src/scheduler.ts
@@ -175,7 +175,6 @@ export function flushPostFlushCbs(seen?: CountMap) {
175
if (__DEV__) {
176
checkRecursiveUpdates(seen!, activePostFlushCbs[postFlushIndex])
177
}
178
- console.log(postFlushIndex)
179
activePostFlushCbs[postFlushIndex]()
180
181
activePostFlushCbs = null
0 commit comments