Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Mar 15, 2021
1 parent 140721c commit 1ea6c43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/docs/src/blocks/ArgsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ export const ArgsTable: FC<ArgsTableProps> = (props) => {
const { story } = props as StoryProps;

const sort = sortProp || controls?.sort;
console.log('preparing', { sort });

const main = getComponent(props, context);
if (story) {
Expand Down

0 comments on commit 1ea6c43

Please sign in to comment.