]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove console.log [ci skip]
authorEvan You <yyx990803@gmail.com>
Tue, 25 Aug 2020 01:16:13 +0000 (21:16 -0400)
committerEvan You <yyx990803@gmail.com>
Tue, 25 Aug 2020 01:16:13 +0000 (21:16 -0400)
packages/runtime-core/src/scheduler.ts

index 43b88ae0e36e2726f89e571b0d954f51c7b0f8c0..9c90f5c53b5db4f31c6ca2512c255e0765ae93f8 100644 (file)
@@ -175,7 +175,6 @@ export function flushPostFlushCbs(seen?: CountMap) {
       if (__DEV__) {
         checkRecursiveUpdates(seen!, activePostFlushCbs[postFlushIndex])
       }
-      console.log(postFlushIndex)
       activePostFlushCbs[postFlushIndex]()
     }
     activePostFlushCbs = null