Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Sep 18, 2023
1 parent f9a9847 commit bedca0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ export default forwardRef<VideoPlayerHandle, Props>(function VideoPlayer(
stop,
]);

console.log('nativeRef', nativeRef.current);

return (
<Player
{...rest}
Expand Down

0 comments on commit bedca0d

Please sign in to comment.