Explorar o código

chore(runtime-core): remove console comment (#9989)

Doctorwu %!s(int64=2) %!d(string=hai) anos
pai
achega
68e5cc6ac8
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      packages/runtime-core/src/scheduler.ts

+ 0 - 1
packages/runtime-core/src/scheduler.ts

@@ -242,7 +242,6 @@ function flushJobs(seen?: CountMap) {
         if (__DEV__ && check(job)) {
           continue
         }
-        // console.log(`running:`, job.id)
         callWithErrorHandling(job, null, ErrorCodes.SCHEDULER)
       }
     }