We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89bb084 commit 7754248Copy full SHA for 7754248
app/thread/[threadId]/page.tsx
@@ -115,9 +115,6 @@ export default async function ThreadPage({
115
},
116
})
117
.then((res) => res.json())
118
- .catch((err) => {
119
- console.log(err);
120
- });
121
122
const thread = data.data.thread;
123
const timelineEntries = thread.timelineEntries;
components/paginationControls.tsx
@@ -8,7 +8,6 @@ export function PaginationControls({
8
}: {
9
pageInfo: PageInfoPartsFragment;
10
}) {
11
- console.log({ pageInfo });
12
const router = useRouter();
13
const pathname = usePathname();
14
return (
0 commit comments