]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove dbeugger [ci skip]
authorEvan You <yyx990803@gmail.com>
Thu, 12 May 2022 02:38:40 +0000 (10:38 +0800)
committerEvan You <yyx990803@gmail.com>
Thu, 12 May 2022 02:38:40 +0000 (10:38 +0800)
packages/runtime-core/src/renderer.ts

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