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
(cherry picked from commit a024424)
  • Loading branch information
yannbf authored and storybook-bot committed Sep 6, 2023
1 parent 31849ce commit b08191f
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 b08191f

Please sign in to comment.