From ae750fbd42e59964729ed30ef01290ace57c7d42 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Tue, 9 Feb 2021 12:44:52 +0800 Subject: [PATCH] comment out stdout log --- src/swap-helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swap-helpers.js b/src/swap-helpers.js index 47efc0f..ab5c1fd 100644 --- a/src/swap-helpers.js +++ b/src/swap-helpers.js @@ -149,7 +149,7 @@ async function redeemCheque(aliceSwapAddress, issuerSig) { var swapContract = new ethers.Contract(aliceSwapAddress, swapArtifact.abi, bobSigner); var foo = await swapContract.cashChequeBeneficiary(recipient, cumulativePayout, issuerSig); - console.log("Resp", foo); + //console.log("Resp", foo); return {resp: foo};