Skip to content

Commit 4d0bb2a

Browse files
committed
Remove console.log
1 parent 4885e5d commit 4d0bb2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/Providers.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export default function Providers({ children }: PropsWithChildren) {
2222

2323
useEffect(() => {
2424
const onKeyDown = (e: KeyboardEvent) => {
25-
console.log(e.code);
2625
if (e.code === 'Space') {
2726
player.togglePlayPause();
2827
}

0 commit comments

Comments
 (0)