Skip to content

Commit

Permalink
🤡 Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Feb 9, 2024
1 parent 563dc8b commit 66be17b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/client/src/admin/data/TableOfContentsEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ export default function TableOfContentsEditor() {
tocQuery.data?.projectBySlug?.draftTableOfContentsItems,
]);

useEffect(() => {
console.log("draftTableOfContentsItems changed");
}, [tocQuery.data?.projectBySlug?.draftTableOfContentsItems]);

useEffect(() => {
tocQuery.refetch();
}, [slug]);
Expand Down

0 comments on commit 66be17b

Please sign in to comment.