Skip to content

Commit 1b90a6c

Browse files
committed
remove console.log
1 parent a095cfa commit 1b90a6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/photography/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ const getThumbUrl = (public_id: string) => {
6767

6868
export default async function PhotographyPage() {
6969
const photos = await cachedGetPhotos()
70-
console.log(photos.map(p => p.metadata))
7170
return (
7271
<div className="container mx-auto px-4 py-8">
7372
<Breadcrumb className="pb-8">

0 commit comments

Comments
 (0)