Skip to content

Commit

Permalink
chore: delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
AMIRKHANEF committed Dec 3, 2024
1 parent 4e8d690 commit 2795aa6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/extension-polkagate/src/hooks/useAssetsBalances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ export default function useAssetsBalances (accounts: AccountJson[] | null, setAl
});
}

console.log('_assets :::', _assets);

combineAndSetAssets(_assets);
};

Expand Down

0 comments on commit 2795aa6

Please sign in to comment.