Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Nov 26, 2021
1 parent 1636334 commit 809b59e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/docs/src/blocks/Story.tsx
Expand Up @@ -169,7 +169,6 @@ const Story: FunctionComponent<StoryProps> = (props) => {
// Certain frameworks (i.e.angular) don't actually render the component in the very first
// React render cycle, so we need to wait for the framework to actually do that
Promise.all([storyFnRan, rendered]).then(() => {
console.log('called story fn', story.id);
channel.emit(Events.STORY_RENDERED, storyId);
});
}
Expand Down

0 comments on commit 809b59e

Please sign in to comment.