From 26b30a462ad373d4b5188362ba2e4f6adad0674d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 20 Jun 2023 15:10:51 +0200 Subject: wallet-core: be less spammy with self-transitions and logging --- packages/taler-wallet-core/src/crypto/cryptoImplementation.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'packages/taler-wallet-core/src/crypto') diff --git a/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts b/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts index fd2d48398..1dd70304a 100644 --- a/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts +++ b/packages/taler-wallet-core/src/crypto/cryptoImplementation.ts @@ -1005,9 +1005,6 @@ export const nativeCryptoR: TalerCryptoInterfaceR = { pb.put(hash(stringToBytes(canonicalJson(req.creditRestrictions) + "\0"))); } const p = pb.build(); - logger.info(`wire sig blob: ${encodeCrock(p)}`); - logger.info(`credit restrictions: ${j2s(req.creditRestrictions)}`); - logger.info(`debit restrictions: ${j2s(req.debitRestrictions)}`); return { valid: eddsaVerify(p, decodeCrock(sig), decodeCrock(masterPub)) }; }, -- cgit v1.2.3