Update media-processing.ts

Removing console log of the file
This commit is contained in:
SamSyntax
2025-06-23 21:17:52 +02:00
committed by GitHub
parent 09a0e10b91
commit 15800dae92

View File

@ -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,