mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
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