Skip to content

Commit

Permalink
stray logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Oct 13, 2023
1 parent a3848eb commit 33d6b46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui/src/components/CallInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,10 @@ const createUlTree = ({ name, args, decimals, unit, api, typeName }: CreateTreeP
if (!args) return
if (!name) return

// console.log('args', args)
return (
<ul className="params">
{Object.entries(args).map(([key, value], index) => {
const _typeName = typeName || getTypeName(index, name, api)
console.log('typename, key, val', _typeName, key, value)

if (_typeName === 'Vec<RuntimeCall>') {
return handleBatchDisplay({ value, decimals, unit, api, key: `${key}-batch` })
Expand Down

0 comments on commit 33d6b46

Please sign in to comment.