From e58f60c27bd4b70fc2e34f509c415de1afa73f9e Mon Sep 17 00:00:00 2001 From: Sojan Date: Fri, 20 Jun 2025 00:09:05 -0700 Subject: [PATCH] chore: changes --- app/javascript/dashboard/components-next/message/chips/Audio.vue | 1 - 1 file changed, 1 deletion(-) 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; }