Procházet zdrojové kódy

chore: remove dbeugger [ci skip]

Evan You před 4 roky
rodič
revize
9d815d28ad
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      packages/runtime-core/src/renderer.ts

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

@@ -713,7 +713,6 @@ function baseCreateRenderer(
       (!parentSuspense || (parentSuspense && !parentSuspense.pendingBranch)) &&
       transition &&
       !transition.persisted
-    if (transition) debugger
     if (needCallTransitionHooks) {
       transition!.beforeEnter(el)
     }