Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 24, 2021
1 parent 048f172 commit c55e3e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/blocks/src/TestsCoverage/TestsCoverage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const TestsCoverage: FC<TestsCoverageProps> = ({
}) => {
const props = useCustomProps<TestsCoverageProps>('tests_coverage', rest);
const component = useStoryComponent({ id, name });
console.log(component);
if (!component?.jest) {
return null;
}
Expand Down

0 comments on commit c55e3e4

Please sign in to comment.