Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Nov 13, 2020
1 parent 38684a3 commit 60bffbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrations/storybook/src/panel/AddonPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const AddonPanel: React.FC<AddonPanelProps> = ({
setStoryId(props.storyId);
};
const { id } = api.getCurrentStoryData() || {};
console.log(api.storyId);
setStoryId(id);
channel.on(SET_CURRENT_STORY, onChangeStory);
return () => channel.off(SET_CURRENT_STORY, onChangeStory);
Expand Down

0 comments on commit 60bffbe

Please sign in to comment.