Skip to content

Commit

Permalink
Merge pull request #24062 from oruman/patch-1
Browse files Browse the repository at this point in the history
Vue3: Remove console.log in sourceDecorator
  • Loading branch information
yannbf committed Sep 4, 2023
2 parents f48ad32 + d273746 commit a024424
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/renderers/vue3/src/docs/sourceDecorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ export function generateTemplateSource(
.map((child) => child.content)
.join('')
: '';
console.log(' vnode ', vnode, ' childSources ', childSources, ' attributes ', attributes);
const name =
typeof type === 'string'
? type
Expand Down

0 comments on commit a024424

Please sign in to comment.