diff --git a/packages/web/components/transactions/use-recent-transfers.ts b/packages/web/components/transactions/use-recent-transfers.ts index fa6ad09155..79bf0dde3f 100644 --- a/packages/web/components/transactions/use-recent-transfers.ts +++ b/packages/web/components/transactions/use-recent-transfers.ts @@ -32,15 +32,6 @@ export function useRecentTransfers(address?: string): RecentTransfer[] { return []; } - console.log( - "Transfer History Store: ", - transferHistoryStore.getHistoriesByAccount(address) - ); - console.log( - "IBC Transfer History Store: ", - ibcTransferHistoryStore.getHistoriesAndUncommitedHistoriesByAccount(address) - ); - // reconcile histories from IBC and non-IBC history stores return transferHistoryStore .getHistoriesByAccount(address)