diff --git a/app/javascript/dashboard/components-next/message/chips/Audio.vue b/app/javascript/dashboard/components-next/message/chips/Audio.vue index 826b72f4c..d705c6168 100644 --- a/app/javascript/dashboard/components-next/message/chips/Audio.vue +++ b/app/javascript/dashboard/components-next/message/chips/Audio.vue @@ -96,7 +96,6 @@ const downloadAudio = async () => { // Get the URL with fallback options const url = attachment?.dataUrl || attachment?.data_url || ''; if (!url) { - console.error('No valid URL found for download'); return; }