Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jan 10, 2024
1 parent 9fcc8fd commit 6073aa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion desktop/src/components/AudioInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default function AudioInput({
}

function onEnd() {
console.log('end')
setPlaying(false);
}

Expand Down

0 comments on commit 6073aa8

Please sign in to comment.