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