Skip to content

Commit

Permalink
fix: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 12, 2020
1 parent 5b60496 commit c71e316
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/app/src/SEO/SEO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const SEO = ({
url: `${siteUrl}${pathname || ``}`,
image: `${siteUrl}${image || defaultImage}`,
};
console.log(seo.description);
return (
<Helmet
title={title}
Expand Down

0 comments on commit c71e316

Please sign in to comment.