mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-16 04:42:26 +00:00
chore: remove console log
This commit is contained in:
@@ -46,7 +46,6 @@ export const useVideoPlayer = (
|
||||
const callSetupOnce = () => {
|
||||
if (!setupCalled.current) {
|
||||
setupCalled.current = true;
|
||||
console.log('calling setup');
|
||||
setup?.(player);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user