refactor: Remove debug logs and streamline Google Drive picker code

This commit is contained in:
Taylor Wilsdon (aider)
2024-12-16 10:47:00 -05:00
parent 1cc4eb241a
commit 7699db0666
2 changed files with 0 additions and 21 deletions

View File

@@ -116,7 +116,6 @@
return null;
}
console.log('Adding file to upload queue:', fileItem);
files = [...files, fileItem];
// Check if the file is an audio file and transcribe/convert it to text file
if (['audio/mpeg', 'audio/wav', 'audio/ogg', 'audio/x-m4a'].includes(file['type'])) {