Skip to content

Commit 0f6195a

Browse files
committed
remove logs
1 parent 4997568 commit 0f6195a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/meteor/client/views/navigation/sidepanel/tabs/SidePanelTeams.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ const SidePanelTeams = ({ parentRid, subscription }: { parentRid: string; subscr
99
const [unreadOnly, toggleUnreadOnly] = useUnreadOnlyToggle();
1010
const rooms = useChannelsChildrenList(parentRid, unreadOnly, subscription?.teamId);
1111

12-
console.log('SidePanelTeams', { parentRid, subscription, unreadOnly, rooms });
13-
1412
return (
1513
<SidePanel
1614
title={subscription?.fname || subscription?.name}

0 commit comments

Comments
 (0)