Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 566bf05

Browse files
committed
Removing console log
1 parent c23643e commit 566bf05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/common/Layout.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import {seoPropTypes} from '@/functions/getPagePropTypes'
1616
* @return {Element} The Layout component.
1717
*/
1818
export default function Layout({children, seo, hasJsonLd}) {
19-
console.log(seo)
2019
// Define SEO image prop.
2120
const seoImages = !seo?.opengraphImage?.sourceUrl
2221
? null
@@ -28,7 +27,6 @@ export default function Layout({children, seo, hasJsonLd}) {
2827
width: 150
2928
}
3029
]
31-
console.log(seoImages)
3230

3331
// Extract breadcrumbs from SEO.
3432
const breadcrumbs = seo?.breadcrumbs

0 commit comments

Comments
 (0)