diff --git a/apps/client/src/features/comment/components/comment-list-with-tabs.tsx b/apps/client/src/features/comment/components/comment-list-with-tabs.tsx index 2deac2e2..35c7d472 100644 --- a/apps/client/src/features/comment/components/comment-list-with-tabs.tsx +++ b/apps/client/src/features/comment/components/comment-list-with-tabs.tsx @@ -47,10 +47,6 @@ function CommentListWithTabs() { SpaceCaslSubject.Page ); - console.log(spaceAbility) - - console.log('can comment', canComment); - // Separate active and resolved comments const { activeComments, resolvedComments } = useMemo(() => { if (!comments?.items) {