فهرست منبع

chore: remove console.log [ci skip]

Evan You 5 سال پیش
والد
کامیت
59e58cd4a5
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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