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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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,