wallet: remove excessive logging
This commit is contained in:
parent
9d38cb56a6
commit
454b55aa56
@ -51,7 +51,6 @@ export class SynchronousCryptoWorker {
|
|||||||
logger.info("using RPC for some crypto operations");
|
logger.info("using RPC for some crypto operations");
|
||||||
const rpc = (this.rpcClient = new CryptoRpcClient());
|
const rpc = (this.rpcClient = new CryptoRpcClient());
|
||||||
this.cryptoImplR.eddsaSign = async (_, req) => {
|
this.cryptoImplR.eddsaSign = async (_, req) => {
|
||||||
logger.info("calling RPC impl of eddsaSign");
|
|
||||||
return await rpc.queueRequest({
|
return await rpc.queueRequest({
|
||||||
op: "eddsa_sign",
|
op: "eddsa_sign",
|
||||||
args: {
|
args: {
|
||||||
|
Loading…
Reference in New Issue
Block a user