remove log
This commit is contained in:
@@ -107,7 +107,6 @@ export const useVideoDetails = ({
|
|||||||
const handleSubmit = async () => {
|
const handleSubmit = async () => {
|
||||||
// Check permissions
|
// Check permissions
|
||||||
if (!hasPermission) {
|
if (!hasPermission) {
|
||||||
console.log("running");
|
|
||||||
try {
|
try {
|
||||||
const permissionResult = await requestPermission();
|
const permissionResult = await requestPermission();
|
||||||
if (permissionResult.status !== "granted") {
|
if (permissionResult.status !== "granted") {
|
||||||
|
Reference in New Issue
Block a user