chore: remove console log

This commit is contained in:
Krzysztof Moch
2025-11-16 18:33:09 +01:00
parent fc360200ca
commit 72f0a56676
@@ -46,7 +46,6 @@ export const useVideoPlayer = (
const callSetupOnce = () => {
if (!setupCalled.current) {
setupCalled.current = true;
console.log('calling setup');
setup?.(player);
}
};