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