Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 8, 2017
1 parent a524919 commit 41ef650
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/codegen/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export function generate (
const code = ast ? genElement(ast) : '_c("div")'
staticRenderFns = prevStaticRenderFns
onceCount = prevOnceCount
console.log(code)
return {
render: `with(this){return ${code}}`,
staticRenderFns: currentStaticRenderFns
Expand Down

0 comments on commit 41ef650

Please sign in to comment.