Skip to content

Commit

Permalink
chore: remove console log output
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Winn <965114+jawinn@users.noreply.github.com>
  • Loading branch information
castastrophe and jawinn committed May 2, 2024
1 parent 78ea356 commit 6064c09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .storybook/decorators/contextsWrapper.js
Expand Up @@ -37,7 +37,6 @@ export const withContextWrapper = makeDecorator({
...document.querySelectorAll(`#story--${id}`),
...document.querySelectorAll(`#story--${id}--primary`)
];
console.log({id, roots});
if (viewMode === "docs" && roots.length > 0) {
containers = roots.map(root => root.closest(".docs-story") ?? root);
}
Expand Down

0 comments on commit 6064c09

Please sign in to comment.