Skip to content

Commit 5d3db5d

Browse files
committed
remove comments
1 parent 46024d3 commit 5d3db5d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/styleguide/.storybook/components/Elements/DocsContainer.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ export const DocsContainer: React.FC<{
6969
/** Select the docs theme based on the global toolbar item unless it is a theme specific story
7070
* This is admittedly a bit fragile - when updating Storybook this likely will need to be changed
7171
*/
72-
// Try multiple sources for storyId since it can be in different places depending on environment
73-
7472
const storyId = (context?.channel as any)?.data?.currentStoryWasSet?.[0]
7573
?.storyId;
7674

@@ -95,8 +93,6 @@ export const DocsContainer: React.FC<{
9593
};
9694
}, [storyId, globalTheme]);
9795

98-
// Debuglogging
99-
10096
return (
10197
<StorybookDocsContainer theme={theme} context={context} {...rest}>
10298
<GamutProvider

0 commit comments

Comments
 (0)