remove redundant console.log

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2025-07-23 15:45:08 +03:00
parent 838f01baa5
commit 57704e9604
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB

View File

@ -81,7 +81,6 @@ export const AccountDetails: React.FC = () => {
const wrappedRequestSecretKey = pendingWrapper(requestSecretKey) const wrappedRequestSecretKey = pendingWrapper(requestSecretKey)
const wrappedDeleteCryptoKey = pendingWrapper(deleteCryptoKey) const wrappedDeleteCryptoKey = pendingWrapper(deleteCryptoKey)
console.log(api)
return ( return (
<Layout2 innerClassName="bg-muted"> <Layout2 innerClassName="bg-muted">
<Header /> <Header />