mirror of https://github.com/langgenius/dify.git
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