Skip to content

Commit 8e9f81e

Browse files
committed
Remove console.log
1 parent ae8fcdb commit 8e9f81e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/components/common/Metadata.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ export interface Props extends MetaData {
1515
dontUseTitleTemplate?: boolean;
1616
}
1717
18-
// Extract Astro.props for the page-specific data
19-
// Extract Astro.props for the page-specific data
2018
const {
2119
title,
2220
ignoreTitleTemplate = false,

src/layouts/Layout.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ export interface Props {
2323
2424
const { metadata = {} } = Astro.props;
2525
const { language, textDirection } = I18N;
26-
console.log('This are the metadata ', metadata.openGraph?.images);
27-
console.log('This are the metadata ', metadata);
2826
---
2927

3028
<!doctype html>

0 commit comments

Comments
 (0)