From 52f3236740c299642766513f7809472f624cee6f Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 11 Feb 2025 15:42:24 +0800 Subject: [PATCH] chore: remove test code --- web/app/components/billing/billing-page/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/components/billing/billing-page/index.tsx b/web/app/components/billing/billing-page/index.tsx index e1de25b0cc..41068d516e 100644 --- a/web/app/components/billing/billing-page/index.tsx +++ b/web/app/components/billing/billing-page/index.tsx @@ -20,7 +20,6 @@ const Billing: FC = () => { (!enableBilling || !isCurrentWorkspaceManager) ? null : ['/billing/invoices'], () => fetchBillingUrl().then(data => data.url), ) - console.log(billingUrl) return (