Skip to content

Commit

Permalink
chore: remove unused console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Oct 1, 2024
1 parent 0aea8fc commit 5a2f0cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ export default function AddNewChain (): React.ReactElement {
}
}

console.log('metadata:', metadata);
setLoading(false);
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default function useAssetHubAssets(address: AccountId | string | undefine
// });

assetIds && api && api.query.assets && api.query.assets.metadata.multi(assetIds).then((metadata: Option<PalletAssetsAssetDetails>[]) => {
// console.log('metadata:', metadata);

const assetOptions = metadata.map(({ name, symbol }, index) => {
if (!symbol.toHuman()) {
Expand Down

0 comments on commit 5a2f0cc

Please sign in to comment.