Skip to content

Commit 72f0a56

Browse files
committed
chore: remove console log
1 parent fc36020 commit 72f0a56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-native-video/src/core/hooks/useVideoPlayer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export const useVideoPlayer = (
4646
const callSetupOnce = () => {
4747
if (!setupCalled.current) {
4848
setupCalled.current = true;
49-
console.log('calling setup');
5049
setup?.(player);
5150
}
5251
};

0 commit comments

Comments
 (0)