remove console log

This commit is contained in:
Ramón Souza 2023-11-30 09:40:29 +01:00
parent 761d42cbcf
commit 87c1ffb236

View File

@ -236,7 +236,6 @@ const ExternalVideoPlayer: React.FC<ExternalVideoPlayerProps> = ({
if (deviceInfo.isMobile && showHoverToolBar) {
toolbarStyle = 'showMobileHoverToolbar';
}
console.log({videoUrl})
return (
<Styled.Container