diff --git a/packages/sdk/src/signHelpers.ts b/packages/sdk/src/signHelpers.ts index e92755202..a5b3474fb 100644 --- a/packages/sdk/src/signHelpers.ts +++ b/packages/sdk/src/signHelpers.ts @@ -54,7 +54,6 @@ export interface WalletExportFormat { */ export function parseWallet(walletString: JsonString): WalletExportFormat { const wallet = JSON.parse(walletString); - console.log(typeof wallet.type); if (typeof wallet.type !== 'string') { throw Error( 'Expected field "type" to be of type "string" but was of type "' +