Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Aug 8, 2020
1 parent 4f045b4 commit 0f611e8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export const ComponentsBlockContainer: FC<ComponentsBlockContainerProps> = ({

const keys =
components && visibility !== 'controls' ? Object.keys(components) : [];
console.log(story?.controls);
if (
keys.length === 0 &&
visibility !== 'info' &&
Expand Down

0 comments on commit 0f611e8

Please sign in to comment.