comment out stdout log

This commit is contained in:
Oskar Thoren 2021-02-09 12:44:52 +08:00
parent 2370bac3e7
commit ae750fbd42
1 changed files with 1 additions and 1 deletions

View File

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