diff options
| author | Florian Dold <florian@dold.me> | 2023-06-20 15:10:51 +0200 | 
|---|---|---|
| committer | Florian Dold <florian@dold.me> | 2023-06-20 15:10:51 +0200 | 
| commit | 26b30a462ad373d4b5188362ba2e4f6adad0674d (patch) | |
| tree | d3a0448badd16ef6f8921c9d16ee63dd0ab6f255 /packages/taler-wallet-core/src/crypto | |
| parent | 9c708251f92e6691ebba80fa8d129c6c04cec618 (diff) | |
wallet-core: be less spammy with self-transitions and logging
Diffstat (limited to 'packages/taler-wallet-core/src/crypto')
| -rw-r--r-- | packages/taler-wallet-core/src/crypto/cryptoImplementation.ts | 3 | 
1 files changed, 0 insertions, 3 deletions
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)) };    },  | 
