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 aedd232 commit ad1f8c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/axe-plugin/src/components/SelectionContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const axeViolations = selector({
key: 'axeViolations',
get: ({ get }: any) => {
const { violations } = get(axeResults);
console.log(violations);
return violations;
},
});
Expand Down

0 comments on commit ad1f8c9

Please sign in to comment.