Browse Source

chore: Remove unnecessary console.log (#312)

Ruijia Tang 6 years ago
parent
commit
3e51200bae
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/runtime-core/src/createRenderer.ts

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

@@ -183,7 +183,6 @@ export function createRenderer<
         unmount(n1, parentComponent, parentSuspense, true)
         n1 = null
       } else if (n1.props && n1.props.$once) {
-        console.log(111)
         return
       }
     }