Skip to content

Commit

Permalink
chore: remove testing code logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Apr 11, 2024
1 parent 96d6933 commit 16ebf23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ const NowPlayingContextProvider = ({ children }: NowPlayingContextInterface) =>
const [player, setPlayer] = React.useState<HTMLAudioElement>();
const [source, setSource] = React.useState<HTMLSourceElement>();
const [uid, setUid] = React.useState<string>();
React.useEffect(() => {
console.log(uid);
}, [uid]);

React.useEffect(() => {
const onEnded = () => {
Expand Down

0 comments on commit 16ebf23

Please sign in to comment.