Skip to content

Commit

Permalink
actually remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarner7 committed Sep 16, 2023
1 parent 493f699 commit 03cc725
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderer/components/audio-player/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ export const AudioPlayer = forwardRef(

setWebAudio({ context, gain });

console.log(context, gain);

return () => {
return context.close();
};
Expand Down

0 comments on commit 03cc725

Please sign in to comment.