Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupham committed Aug 8, 2024
1 parent 5845555 commit 49619b1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/web/components/transactions/use-recent-transfers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 49619b1

Please sign in to comment.