Skip to content

Commit

Permalink
Merge pull request #22671 from storybookjs/valentin/remove-console-log
Browse files Browse the repository at this point in the history
Remove console.log
  • Loading branch information
valentinpalkovic authored May 22, 2023
2 parents fa24eaf + b7b6a43 commit a8f4dce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export class RendererFactory {
}

export const getRenderType = (targetDOMNode: HTMLElement): RenderType => {
console.log(targetDOMNode);
return targetDOMNode.id === 'storybook-root' ? 'canvas' : 'docs';
};

Expand Down

0 comments on commit a8f4dce

Please sign in to comment.