Remove debug code
This commit is contained in:
parent
706fb425f5
commit
fa26567d0c
|
@ -140,11 +140,5 @@ export const useTransactionDescription = (
|
|||
});
|
||||
}, [metadata, txData]);
|
||||
|
||||
console.log(metadata);
|
||||
console.log(txDesc);
|
||||
if (txDesc?.functionFragment) {
|
||||
console.log(txDesc.functionFragment.inputs);
|
||||
console.log(txDesc.args.toString());
|
||||
}
|
||||
return txDesc;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue