From: Evan You Date: Tue, 25 Aug 2020 01:16:13 +0000 (-0400) Subject: chore: remove console.log [ci skip] X-Git-Tag: v3.0.0-rc.8~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59e58cd4a5971f58bbafabf9cb6fda3adaaddc66;p=thirdparty%2Fvuejs%2Fcore.git chore: remove console.log [ci skip] --- diff --git a/packages/runtime-core/src/scheduler.ts b/packages/runtime-core/src/scheduler.ts index 43b88ae0e3..9c90f5c53b 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