Skip to content

Commit 244f20a

Browse files
committed
remove console
1 parent d670457 commit 244f20a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/types/src/extrinsic/ExtrinsicPayload.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ function decodeExtrinsicPayload (registry: Registry, value?: GenericExtrinsicPay
6262
assetId: registry.createType('TAssetConversion', hexToU8a((value as ExtrinsicPayloadValue).assetId)).toJSON()
6363
};
6464

65-
console.log(JSON.stringify(registry.createType('TAssetConversion', hexToU8a((value as ExtrinsicPayloadValue).assetId)).toJSON(), null, 4));
66-
6765
return registry.createTypeUnsafe(extVersion, [adjustedPayload, { version }]);
6866
}
6967

0 commit comments

Comments
 (0)