Evan You 2 лет назад
Родитель
Сommit
0ae651a5f0
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      packages/compiler-ssr/src/transforms/ssrTransformComponent.ts

+ 0 - 2
packages/compiler-ssr/src/transforms/ssrTransformComponent.ts

@@ -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