Skip to content

Commit

Permalink
remove debug element
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Jul 28, 2024
1 parent d55ac36 commit cc8f935
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/Game/components/GamFinishedDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,6 @@ const Camera: FunctionComponent = memo(() => {
/>
)}

{selectedDeviceSettings?.facingMode + ""}

{selectedDeviceInfo && (
<Video info={selectedDeviceInfo} settings={selectedDeviceSettings} />
)}
Expand Down

0 comments on commit cc8f935

Please sign in to comment.