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};