Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Nov 20, 2024
1 parent d670457 commit 244f20a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/types/src/extrinsic/ExtrinsicPayload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ function decodeExtrinsicPayload (registry: Registry, value?: GenericExtrinsicPay
assetId: registry.createType('TAssetConversion', hexToU8a((value as ExtrinsicPayloadValue).assetId)).toJSON()
};

console.log(JSON.stringify(registry.createType('TAssetConversion', hexToU8a((value as ExtrinsicPayloadValue).assetId)).toJSON(), null, 4));

return registry.createTypeUnsafe(extVersion, [adjustedPayload, { version }]);
}

Expand Down

0 comments on commit 244f20a

Please sign in to comment.