diff --git a/packages/runtime-core/src/scheduler.ts b/packages/runtime-core/src/scheduler.ts index 43b88ae0e..9c90f5c53 100644 --- a/packages/runtime-core/src/scheduler.ts +++ b/packages/runtime-core/src/scheduler.ts @@ -175,7 +175,6 @@ export function flushPostFlushCbs(seen?: CountMap) { if (__DEV__) { checkRecursiveUpdates(seen!, activePostFlushCbs[postFlushIndex]) } - console.log(postFlushIndex) activePostFlushCbs[postFlushIndex]() } activePostFlushCbs = null