Parcourir la source

chore: remove console.log [ci skip]

Evan You il y a 5 ans
Parent
commit
59e58cd4a5
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      packages/runtime-core/src/scheduler.ts

+ 0 - 1
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