Skip to content

Commit

Permalink
Remove Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidSumra committed Nov 22, 2024
1 parent 6f69819 commit 77a1210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Files/AudioCaptureDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export default function AudioCaptureDialog(props: AudioCaptureDialogProps) {

const handleStopRecording = () => {
if (status !== "RECORDING") return;
// releaseMic();
setStatus("RECORDED");
stopRecording();
timer.stop();
Expand Down

0 comments on commit 77a1210

Please sign in to comment.