Skip to content

Commit

Permalink
fix: remove test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 authored Mar 8, 2024
1 parent c77726e commit 2d3ccc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const SecondarySection = ({
hasSidebar,
}: React.PropsWithChildren<{ tiles: TrackWithPeerAndDimensions[]; edgeToEdge?: boolean; hasSidebar?: boolean }>) => {
const tileLayoutProps = useVideoTileContext();
console.log('secondary section', { tilesLength: tiles?.length });
if (!tiles?.length) {
return null;
}
Expand Down
1 change: 0 additions & 1 deletion packages/roomkit-react/src/Prebuilt/layouts/SidePane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ const SidePane = ({
});

if (!trackId && !SidepaneComponent) {
console.log('sidepane not rendered', { trackId, SidepaneComponent });
return null;
}

Expand Down

0 comments on commit 2d3ccc4

Please sign in to comment.