Skip to content

Commit 5467b49

Browse files
committed
remove console log
1 parent eeb937f commit 5467b49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/cookbook/page.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ function RecipeCard({
5353

5454
export async function generateMetadata(): Promise<Metadata> {
5555
const routeMetadata = getRouteMetadata("/cookbook");
56-
console.log({ routeMetadata });
5756
return createMetadata(routeMetadata);
5857
}
5958

0 commit comments

Comments
 (0)