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 May 16, 2020
1 parent 495ef03 commit f406158
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/axe-plugin/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const AxeAllyBlock: FC<AxeAllyBlockProps> = ({
axeOptions,
...props
}) => {
console.log('here');
return (
<StoryBlockContainer {...props}>
{({ story }) => (
Expand Down

0 comments on commit f406158

Please sign in to comment.