wallet: remove excessive logging

This commit is contained in:
Florian Dold 2022-03-24 01:13:40 +01:00
parent 9d38cb56a6
commit 454b55aa56
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -51,7 +51,6 @@ export class SynchronousCryptoWorker {
logger.info("using RPC for some crypto operations");
const rpc = (this.rpcClient = new CryptoRpcClient());
this.cryptoImplR.eddsaSign = async (_, req) => {
logger.info("calling RPC impl of eddsaSign");
return await rpc.queueRequest({
op: "eddsa_sign",
args: {