From 83bc273cb0223d111f3fe908cc54fcbcda327bc8 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Fri, 1 Aug 2025 07:05:25 -0700 Subject: [PATCH] cleanup --- .../features/comment/components/comment-list-with-tabs.tsx | 4 ---- 1 file changed, 4 deletions(-) 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) {