]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove log
authorEvan You <yyx990803@gmail.com>
Thu, 4 Jan 2024 07:45:35 +0000 (15:45 +0800)
committerEvan You <yyx990803@gmail.com>
Thu, 4 Jan 2024 07:45:35 +0000 (15:45 +0800)
packages/compiler-ssr/src/transforms/ssrTransformComponent.ts

index 3146a90a2d6caea3a7ad8bd564ed9192fed9b31b..962faddab38b546049dd8d30a69502af99484c7d 100644 (file)
@@ -121,8 +121,6 @@ export const ssrTransformComponent: NodeTransform = (node, context) => {
   const vnodeBranches: ReturnStatement[] = []
   const clonedNode = clone(node)
 
-  console.log(clonedNode)
-
   return function ssrPostTransformComponent() {
     // Using the cloned node, build the normal VNode-based branches (for
     // fallback in case the child is render-fn based). Store them in an array