diff --git a/src/component/video/use-video-details.tsx b/src/component/video/use-video-details.tsx index 34f892a..6b323dd 100644 --- a/src/component/video/use-video-details.tsx +++ b/src/component/video/use-video-details.tsx @@ -107,7 +107,6 @@ export const useVideoDetails = ({ const handleSubmit = async () => { // Check permissions if (!hasPermission) { - console.log("running"); try { const permissionResult = await requestPermission(); if (permissionResult.status !== "granted") {