remove log
This commit is contained in:
parent
36fe81cb3e
commit
d03565ba26
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user