Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Nov 5, 2020
1 parent 2803219 commit eefa113
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 @@ -35,7 +35,6 @@ export const SEO: FC<SEOProps> = ({ doc, config }) => {
isLocalImage && pageImage
? ensureTrailingSlash(siteUrl) + removeStartingSlash(pageImage)
: 'hello' || pageImage;
console.log(typeof imageUrl, imageUrl);
const pageDescription = story?.description || docDescription || description;
const url = typeof window === 'undefined' ? siteUrl : window.location.href;
const author = doc?.author || siteAuthor;
Expand Down

0 comments on commit eefa113

Please sign in to comment.