Skip to content

Commit

Permalink
Update src/Components/CameraFeed/CameraFeed.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed May 23, 2024
1 parent c615480 commit 068445a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Components/CameraFeed/CameraFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ export default function CameraFeed(props: Props) {
setState("loading");
initializeStream();
};

console.log({ isIOS });

return (
<Fullscreen fullscreen={isFullscreen} onExit={() => setFullscreen(false)}>
<div
Expand Down

0 comments on commit 068445a

Please sign in to comment.