diff --git a/frontend/src/components/home/sections/hero-section.tsx b/frontend/src/components/home/sections/hero-section.tsx index 9209934a..32d280a1 100644 --- a/frontend/src/components/home/sections/hero-section.tsx +++ b/frontend/src/components/home/sections/hero-section.tsx @@ -135,11 +135,8 @@ export function HeroSection() { setInitiatedThreadId(result.thread_id); setInputValue(''); } catch (error: any) { - console.error('Error creating agent:', error); - if (error instanceof BillingError) { - console.log('Handling BillingError from hero section:', error.detail); - onOpen("paymentRequiredDialog"); + console.log('Billing error:'); } else { const isConnectionError = error instanceof TypeError &&