mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
Remove console log
This commit is contained in:
parent
163633406d
commit
809b59efd8
@ -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);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user