Skip to content

Commit 7754248

Browse files
committed
remove logging
1 parent 89bb084 commit 7754248

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/thread/[threadId]/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ export default async function ThreadPage({
115115
},
116116
})
117117
.then((res) => res.json())
118-
.catch((err) => {
119-
console.log(err);
120-
});
121118

122119
const thread = data.data.thread;
123120
const timelineEntries = thread.timelineEntries;

components/paginationControls.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export function PaginationControls({
88
}: {
99
pageInfo: PageInfoPartsFragment;
1010
}) {
11-
console.log({ pageInfo });
1211
const router = useRouter();
1312
const pathname = usePathname();
1413
return (

0 commit comments

Comments
 (0)