Update media-processing.ts
Removing console log of the file
This commit is contained in:
@ -47,7 +47,6 @@ export async function processMediaFiles(
|
||||
if ((fileType === "video" || fileType === "audio") && !duration) {
|
||||
duration = await getMediaDuration(file);
|
||||
}
|
||||
console.log(file)
|
||||
|
||||
processedItems.push({
|
||||
name: file.name,
|
||||
|
Reference in New Issue
Block a user