Skip to content

Commit

Permalink
fix: remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 12, 2020
1 parent 2f35ce6 commit d9c52ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/blocks/src/BlocksContext/BlockContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export const useControlsContext = ({
? myStoryStore.components[kind.components[componentName]]
: undefined;
const sbStory = (storyStore && storyStore.fromId(previewId)) || {};
console.log(component);
return {
id: previewId,
api,
Expand Down

0 comments on commit d9c52ad

Please sign in to comment.