mirror of
https://github.com/langgenius/dify.git
synced 2026-04-15 01:38:19 +08:00
chore: remove test code
This commit is contained in:
parent
6653b6e072
commit
52f3236740
@ -20,7 +20,6 @@ const Billing: FC = () => {
|
||||
(!enableBilling || !isCurrentWorkspaceManager) ? null : ['/billing/invoices'],
|
||||
() => fetchBillingUrl().then(data => data.url),
|
||||
)
|
||||
console.log(billingUrl)
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user