Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Remove debugging console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lujjjh committed Sep 24, 2021
1 parent ce918c8 commit 30f13dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Lyrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ const Lyrics = () => {
},
[lyrics, playerRef]
)
console.log(blurBehind)
return (
<Wrapper
className={visible ? 'visible' : ''}
Expand Down

0 comments on commit 30f13dc

Please sign in to comment.