Skip to content

Commit

Permalink
Update addons/docs/src/blocks/DocsContainer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman authored Jun 20, 2022
1 parent a6c6869 commit 3dae5e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/docs/src/blocks/DocsContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const DocsContainer: FunctionComponent<DocsContainerProps> = ({ context,
const { id: storyId, type, storyById } = context;
const allComponents = { ...defaultComponents };
let theme = ensureTheme(null);
console.log(context);
if (type === 'legacy') {
const {
parameters: { options = {}, docs = {} },
Expand Down

0 comments on commit 3dae5e2

Please sign in to comment.