Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupham committed Sep 12, 2024
1 parent 09af7ab commit 522a919
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web/components/table/asset-balances.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ export const AssetBalancesTable: FunctionComponent<{
[assetPagesData]
);

console.log("assetsData: ", assetsData);

const filteredAssetsData = useMemo(() => {
return assetsData
.map((asset) => {
Expand Down

0 comments on commit 522a919

Please sign in to comment.