remove log

This commit is contained in:
Loewy 2024-02-19 17:50:04 -08:00
parent 36fe81cb3e
commit d03565ba26

View File

@ -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") {