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

Commit 30f13dc

Browse files
committed
Remove debugging console.log
1 parent ce918c8 commit 30f13dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Lyrics.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ const Lyrics = () => {
106106
},
107107
[lyrics, playerRef]
108108
)
109-
console.log(blurBehind)
110109
return (
111110
<Wrapper
112111
className={visible ? 'visible' : ''}

0 commit comments

Comments
 (0)